google_api_firebase_hosting v0.5.0 GoogleApi.FirebaseHosting.V1beta1.Model.CertDnsChallenge View Source

Represents a DNS certificate challenge.

Attributes

  • domainName (type: String.t, default: nil) - The domain name upon which the DNS challenge must be satisfied.
  • token (type: String.t, default: nil) - The value that must be present as a TXT record on the domain name to satisfy the challenge.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.CertDnsChallenge{
  domainName: String.t(),
  token: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.