Class AttachedViewDetails
Properties for defining an attached view.
Inherited Members
Namespace: Oci.DnsService.Models
Assembly: OCI.DotNetSDK.Dns.dll
Syntax
public class AttachedViewDetailsProperties
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