Struct google_appengine1::AuthorizedDomain [−][src]
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
impl Default for AuthorizedDomain[src]
impl Default for AuthorizedDomainfn default() -> AuthorizedDomain[src]
fn default() -> AuthorizedDomainReturns the "default value" for a type. Read more
impl Clone for AuthorizedDomain[src]
impl Clone for AuthorizedDomainfn clone(&self) -> AuthorizedDomain[src]
fn clone(&self) -> AuthorizedDomainReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AuthorizedDomain[src]
impl Debug for AuthorizedDomainfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for AuthorizedDomain[src]
impl Part for AuthorizedDomainAuto Trait Implementations
impl Send for AuthorizedDomain
impl Send for AuthorizedDomainimpl Sync for AuthorizedDomain
impl Sync for AuthorizedDomain