Class Domain
The intended behavior and status information of a domain.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1.Data
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class Domain : IDirectResponseSchema
Properties
DomainName
Required. The domain name of the association.
Declaration
[JsonProperty("domainName")]
public virtual string DomainName { get; set; }
Property Value
Type | Description |
---|---|
string |
DomainRedirect
If set, the domain should redirect with the provided parameters.
Declaration
[JsonProperty("domainRedirect")]
public virtual DomainRedirect DomainRedirect { get; set; }
Property Value
Type | Description |
---|---|
DomainRedirect |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Provisioning
Output only. Information about the provisioning of certificates and the health of the DNS resolution for the domain.
Declaration
[JsonProperty("provisioning")]
public virtual DomainProvisioning Provisioning { get; set; }
Property Value
Type | Description |
---|---|
DomainProvisioning |
Site
Required. The site name of the association.
Declaration
[JsonProperty("site")]
public virtual string Site { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Output only. Additional status of the domain association.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. The time at which the domain was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |