View Source GoogleApi.FirebaseHosting.V1.Model.DnsUpdates (google_api_firebase_hosting v0.17.1)

A set of DNS record updates that you should make to allow Hosting to serve secure content in response to requests against your domain name. These updates present the current state of your domain name's DNS records when Hosting last queried them, and the desired set of records that Hosting needs to see before your custom domain can be fully active.

Attributes

  • checkTime (type: DateTime.t, default: nil) - The last time Hosting checked your custom domain's DNS records.
  • desired (type: list(GoogleApi.FirebaseHosting.V1.Model.DnsRecordSet.t), default: nil) - The set of DNS records Hosting needs to serve secure content on the domain.
  • discovered (type: list(GoogleApi.FirebaseHosting.V1.Model.DnsRecordSet.t), default: nil) - The set of DNS records Hosting discovered when inspecting a domain.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.FirebaseHosting.V1.Model.DnsUpdates{
  checkTime: DateTime.t() | nil,
  desired: [GoogleApi.FirebaseHosting.V1.Model.DnsRecordSet.t()] | nil,
  discovered: [GoogleApi.FirebaseHosting.V1.Model.DnsRecordSet.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.