Show / Hide Table of Contents

Class RRSet

A collection of DNS records of the same domain and type. For more information about record types, see Resource Record (RR) TYPEs.

Inheritance
object
RRSet
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DnsService.Models
Assembly: OCI.DotNetSDK.Dns.dll
Syntax
public class RRSet

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<Record> Items { get; set; }
Property Value
Type Description
List<Record>
Remarks

Required

In this article
Back to top