Show / Hide Table of Contents

Class DnsRecordSet

A set of DNS records relevant to the setup and maintenance of a custom domain in Firebase Hosting.

Inheritance
object
DnsRecordSet
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseHosting.v1.Data
Assembly: Google.Apis.FirebaseHosting.v1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX