GoogleApi.SQLAdmin.V1beta4.Model.DnsNameMapping (google_api_sql_admin v0.71.0)

View Source

DNS metadata.

Attributes

  • connectionType (type: String.t, default: nil) - Output only. The connection type of the DNS name.
  • dnsScope (type: String.t, default: nil) - Output only. The scope that the DNS name applies to.
  • name (type: String.t, default: nil) - The DNS name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.DnsNameMapping{
  connectionType: String.t() | nil,
  dnsScope: 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.