Struct google_appengine1::api::AuthorizedDomain [−][src]
Expand description
A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via Webmaster Central (https://www.google.com/webmasters/verification/home).
This type is not used in any activity, and only used as part of another schema.
Fields
id: Option<String>Fully qualified domain name of the domain authorized for use. Example: example.com.
name: Option<String>Full path to the AuthorizedDomain resource in the API. Example: apps/myapp/authorizedDomains/example.com.@OutputOnly
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for AuthorizedDomain
impl Send for AuthorizedDomain
impl Sync for AuthorizedDomain
impl Unpin for AuthorizedDomain
impl UnwindSafe for AuthorizedDomain
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more