View Source GoogleApi.FirebaseHosting.V1beta1.Model.Domain (google_api_firebase_hosting v0.17.1)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.Domain{ domainName: String.t() | nil, domainRedirect: GoogleApi.FirebaseHosting.V1beta1.Model.DomainRedirect.t() | nil, provisioning: GoogleApi.FirebaseHosting.V1beta1.Model.DomainProvisioning.t() | nil, site: String.t() | nil, status: String.t() | nil, updateTime: DateTime.t() | nil }