View Source GoogleApi.CertificateManager.V1.Model.DnsResourceRecord (google_api_certificate_manager v0.7.0)

The structure describing the DNS Resource Record that needs to be added to DNS configuration for the authorization to be usable by certificate.

Attributes

  • data (type: String.t, default: nil) - Output only. Data of the DNS Resource Record.
  • name (type: String.t, default: nil) - Output only. Fully qualified name of the DNS Resource Record. e.g. _acme-challenge.example.com
  • type (type: String.t, default: nil) - Output only. Type of the DNS Resource Record. Currently always set to "CNAME".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CertificateManager.V1.Model.DnsResourceRecord{
  data: String.t() | nil,
  name: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.