Struct google_appengine1::AuthorizedDomain[][src]

pub struct AuthorizedDomain {
    pub name: Option<String>,
    pub id: Option<String>,
}

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

Full path to the AuthorizedDomain resource in the API. Example: apps/myapp/authorizedDomains/example.com.@OutputOnly

Fully qualified domain name of the domain authorized for use. Example: example.com.

Trait Implementations

impl Default for AuthorizedDomain
[src]

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

impl Clone for AuthorizedDomain
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AuthorizedDomain
[src]

Formats the value using the given formatter. Read more

impl Part for AuthorizedDomain
[src]

Auto Trait Implementations