Class ManagedZoneServiceDirectoryConfigNamespace
Inheritance
System.Object
ManagedZoneServiceDirectoryConfigNamespace
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dns.v2.Data
Assembly: Google.Apis.Dns.v2.dll
Syntax
public class ManagedZoneServiceDirectoryConfigNamespace : IDirectResponseSchema
Properties
DeletionTime
The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.
Declaration
[JsonProperty("deletionTime")]
public virtual string DeletionTime { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NamespaceUrl
The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
Declaration
[JsonProperty("namespaceUrl")]
public virtual string NamespaceUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema