View Source GoogleApi.DNS.V1.Model.ManagedZoneServiceDirectoryConfig (google_api_dns v0.29.0)

Contains information about Service Directory-backed zones.

Attributes

  • kind (type: String.t, default: dns#managedZoneServiceDirectoryConfig) -
  • namespace (type: GoogleApi.DNS.V1.Model.ManagedZoneServiceDirectoryConfigNamespace.t, default: nil) - Contains information about the namespace associated with the zone.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.