google_api_firebase_hosting v0.2.0 GoogleApi.FirebaseHosting.V1beta1.Model.Domain View Source
The intended behavior and status information of a domain.
Attributes
domainName(type:String.t, default:nil) - Required. The domain name of the association.domainRedirect(type:GoogleApi.FirebaseHosting.V1beta1.Model.DomainRedirect.t, default:nil) - If set, the domain should redirect with the provided parameters.provisioning(type:GoogleApi.FirebaseHosting.V1beta1.Model.DomainProvisioning.t, default:nil) - Output only. Information about the provisioning of certificates and the health of the DNS resolution for the domain.site(type:String.t, default:nil) - Required. The site name of the association.status(type:String.t, default:nil) - Output only. Additional status of the domain association.updateTime(type:DateTime.t, default:nil) - Output only. The time at which the domain was last updated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.FirebaseHosting.V1beta1.Model.Domain{
domainName: String.t(),
domainRedirect: GoogleApi.FirebaseHosting.V1beta1.Model.DomainRedirect.t(),
provisioning: GoogleApi.FirebaseHosting.V1beta1.Model.DomainProvisioning.t(),
site: String.t(),
status: String.t(),
updateTime: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.