Struct google_firebasehosting1_beta1::CertDnsChallenge[][src]

pub struct CertDnsChallenge {
    pub token: Option<String>,
    pub domain_name: Option<String>,
}

Represents a DNS certificate challenge.

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

Fields

The value that must be present as a TXT record on the domain name to satisfy the challenge.

The domain name upon which the DNS challenge must be satisfied.

Trait Implementations

impl Default for CertDnsChallenge
[src]

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

impl Clone for CertDnsChallenge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CertDnsChallenge
[src]

Formats the value using the given formatter. Read more

impl Part for CertDnsChallenge
[src]

Auto Trait Implementations