Struct google_siteverification1::SiteVerificationWebResourceGettokenResponse[][src]

pub struct SiteVerificationWebResourceGettokenResponse {
    pub token: Option<String>,
    pub method: Option<String>,
}

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 token. The token must be placed appropriately in order for verification to succeed.

The verification method to use in conjunction with this token. For FILE, the token should be placed in the top-level directory of the site, stored inside a file of the same name. For META, the token should be placed in the HEAD tag of the default page that is loaded for the site. For DNS, the token should be placed in a TXT record of the domain.

Trait Implementations

impl Default for SiteVerificationWebResourceGettokenResponse
[src]

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

impl Clone for SiteVerificationWebResourceGettokenResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SiteVerificationWebResourceGettokenResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for SiteVerificationWebResourceGettokenResponse
[src]

Auto Trait Implementations