[][src]Struct google_siteverification1::SiteVerificationWebResourceGettokenRequestSite

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

identifier: Option<String>

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.

type_: Option<String>

The type of resource to be verified. Can be SITE or INET_DOMAIN (domain name).

Trait Implementations

impl Part for SiteVerificationWebResourceGettokenRequestSite[src]

impl NestedType for SiteVerificationWebResourceGettokenRequestSite[src]

impl Clone for SiteVerificationWebResourceGettokenRequestSite[src]

impl Default for SiteVerificationWebResourceGettokenRequestSite[src]

impl Debug for SiteVerificationWebResourceGettokenRequestSite[src]

impl Serialize for SiteVerificationWebResourceGettokenRequestSite[src]

impl<'de> Deserialize<'de> for SiteVerificationWebResourceGettokenRequestSite[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]