Struct google_firebasehosting1_beta1::CertHttpChallenge[][src]

pub struct CertHttpChallenge {
    pub path: Option<String>,
    pub token: Option<String>,
}

Represents an HTTP certificate challenge.

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

Fields

The URL path on which to serve the specified token to satisfy the certificate challenge.

The token to serve at the specified URL path to satisfy the certificate challenge.

Trait Implementations

impl Default for CertHttpChallenge
[src]

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

impl Clone for CertHttpChallenge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CertHttpChallenge
[src]

Formats the value using the given formatter. Read more

impl Part for CertHttpChallenge
[src]

Auto Trait Implementations