Class AttachedView
Properties of an attached view.
Inherited Members
Namespace: Oci.DnsService.Models
Assembly: OCI.DotNetSDK.Dns.dll
Syntax
public class AttachedView
Properties
ViewId
Declaration
[Required(ErrorMessage = "ViewId is required.")]
[JsonProperty(PropertyName = "viewId")]
public string ViewId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the view. |
Remarks
Required