GoogleApi.ServiceNetworking.V1.Model.DnsZone (google_api_service_networking v0.40.0)

View Source

Represents a DNS zone resource.

Attributes

  • dnsSuffix (type: String.t, default: nil) - The DNS name suffix of this zone e.g. example.com.. Cloud DNS requires that a DNS suffix ends with a trailing dot.
  • name (type: String.t, default: nil) - User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceNetworking.V1.Model.DnsZone{
  dnsSuffix: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.