Struct google_siteverification1::SiteVerificationWebResourceResourceSite[][src]

pub struct SiteVerificationWebResourceResourceSite {
    pub identifier: Option<String>,
    pub type_: Option<String>,
}

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

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

Fields

The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.

The site type. Can be SITE or INET_DOMAIN (domain name).

Trait Implementations

impl Default for SiteVerificationWebResourceResourceSite
[src]

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

impl Clone for SiteVerificationWebResourceResourceSite
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SiteVerificationWebResourceResourceSite
[src]

Formats the value using the given formatter. Read more

impl NestedType for SiteVerificationWebResourceResourceSite
[src]

impl Part for SiteVerificationWebResourceResourceSite
[src]

Auto Trait Implementations