Struct google_firebasehosting1_beta1::DomainRedirect[][src]

pub struct DomainRedirect {
    pub type_: Option<String>,
    pub domain_name: Option<String>,
}

Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration.

This type is not used in any activity, and only used as part of another schema.

Fields

Required. The redirect status code.

Required. The domain name to redirect to.

Trait Implementations

impl Default for DomainRedirect
[src]

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

impl Clone for DomainRedirect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DomainRedirect
[src]

Formats the value using the given formatter. Read more

impl Part for DomainRedirect
[src]

Auto Trait Implementations