Struct google_firebasehosting1_beta1::Domain[][src]

pub struct Domain {
    pub status: Option<String>,
    pub domain_redirect: Option<DomainRedirect>,
    pub domain_name: Option<String>,
    pub site: Option<String>,
    pub update_time: Option<String>,
    pub provisioning: Option<DomainProvisioning>,
}

The intended behavior and status information of a domain.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Output only. Additional status of the domain association.

If set, the domain should redirect with the provided parameters.

Required. The domain name of the association.

Required. The site name of the association.

Output only. The time at which the domain was last updated.

Output only. Information about the provisioning of certificates and the health of the DNS resolution for the domain.

Trait Implementations

impl Default for Domain
[src]

Returns the "default value" for a type. Read more

impl Clone for Domain
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Domain
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Domain
[src]

impl ResponseResult for Domain
[src]

Auto Trait Implementations

impl Send for Domain

impl Sync for Domain