Show / Hide Table of Contents

Class PatchDomainRecordsDetails

Inheritance
object
PatchDomainRecordsDetails
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 PatchDomainRecordsDetails

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<RecordOperation> Items { get; set; }
Property Value
Type Description
List<RecordOperation>
In this article
Back to top