Class ManagedZoneServiceDirectoryConfigNamespace
Inheritance
ManagedZoneServiceDirectoryConfigNamespace
Assembly: Google.Apis.Dns.v1beta2.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
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
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
Implements