Struct google_siteverification1::SiteVerificationWebResourceResource[][src]

pub struct SiteVerificationWebResourceResource {
    pub owners: Option<Vec<String>>,
    pub id: Option<String>,
    pub site: Option<SiteVerificationWebResourceResourceSite>,
}

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 email addresses of all verified owners.

The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.

The address and type of a site that is verified or will be verified.

Trait Implementations

impl Default for SiteVerificationWebResourceResource
[src]

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

impl Clone for SiteVerificationWebResourceResource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SiteVerificationWebResourceResource
[src]

Formats the value using the given formatter. Read more

impl RequestValue for SiteVerificationWebResourceResource
[src]

impl ResponseResult for SiteVerificationWebResourceResource
[src]

Auto Trait Implementations