Struct google_siteverification1::SiteVerificationWebResourceGettokenRequest[][src]

pub struct SiteVerificationWebResourceGettokenRequest {
    pub verification_method: Option<String>,
    pub site: Option<SiteVerificationWebResourceGettokenRequestSite>,
}

There is no detailed description.

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

The verification method that will be used to verify this site. For sites, 'FILE' or 'META' methods may be used. For domains, only 'DNS' may be used.

The site for which a verification token will be generated.

Trait Implementations

impl Default for SiteVerificationWebResourceGettokenRequest
[src]

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

impl Clone for SiteVerificationWebResourceGettokenRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SiteVerificationWebResourceGettokenRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for SiteVerificationWebResourceGettokenRequest
[src]

Auto Trait Implementations