View Source GoogleApi.DNS.V1.Model.ManagedZoneServiceDirectoryConfigNamespace (google_api_dns v0.31.0)

Attributes

  • deletionTime (type: String.t, default: nil) - 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.
  • kind (type: String.t, default: dns#managedZoneServiceDirectoryConfigNamespace) -
  • namespaceUrl (type: String.t, default: nil) - 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}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DNS.V1.Model.ManagedZoneServiceDirectoryConfigNamespace{
  deletionTime: String.t() | nil,
  kind: String.t() | nil,
  namespaceUrl: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.