Class DnsRecordSet
A set of DNS records relevant to the setup and maintenance of a custom domain in Firebase Hosting.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1.Data
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class DnsRecordSet : IDirectResponseSchema
Properties
CheckError
Output only. An error Hosting services encountered when querying your domain name's DNS records. Note:
Hosting ignores NXDOMAIN
errors, as those generally just mean that a domain name hasn't been set up yet.
Declaration
[JsonProperty("checkError")]
public virtual Status CheckError { get; set; }
Property Value
Type | Description |
---|---|
Status |
DomainName
Output only. The domain name the record set pertains to.
Declaration
[JsonProperty("domainName")]
public virtual string DomainName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Records
Output only. Records on the domain.
Declaration
[JsonProperty("records")]
public virtual IList<DnsRecord> Records { get; set; }
Property Value
Type | Description |
---|---|
IList<DnsRecord> |