GoogleApi.DNS.V1.Model.PolicyDns64ConfigScope (google_api_dns v0.32.0)

View Source

Attributes

  • allQueries (type: boolean(), default: nil) - Controls whether DNS64 is enabled globally at the network level.
  • kind (type: String.t, default: dns#policyDns64ConfigScope) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DNS.V1.Model.PolicyDns64ConfigScope{
  allQueries: boolean() | nil,
  kind: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.