Show / Hide Table of Contents

Class AttachedViewDetails

Properties for defining an attached view.

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

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

In this article
Back to top