View Source GoogleApi.FirebaseHosting.V1.Model.DnsRecordSet (google_api_firebase_hosting v0.17.1)
A set of DNS records relevant to the setup and maintenance of a custom domain in Firebase Hosting.
Attributes
-
checkError
(type:GoogleApi.FirebaseHosting.V1.Model.Status.t
, default:nil
) - Output only. An error Hosting services encountered when querying your domain name's DNS records. Note: Hosting ignoresNXDOMAIN
errors, as those generally just mean that a domain name hasn't been set up yet. -
domainName
(type:String.t
, default:nil
) - Output only. The domain name the record set pertains to. -
records
(type:list(GoogleApi.FirebaseHosting.V1.Model.DnsRecord.t)
, default:nil
) - Output only. Records on the domain.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseHosting.V1.Model.DnsRecordSet{ checkError: GoogleApi.FirebaseHosting.V1.Model.Status.t() | nil, domainName: String.t() | nil, records: [GoogleApi.FirebaseHosting.V1.Model.DnsRecord.t()] | nil }