Struct google_siteverification1::SiteVerificationWebResourceGettokenRequestSite[][src]

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

The site for which a verification token will be generated.

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 type of resource to be verified. Can be SITE or INET_DOMAIN (domain name).

Trait Implementations

Auto Trait Implementations