Struct google_admin1_directory::Domains[][src]

pub struct Domains {
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub verified: Option<bool>,
    pub domain_name: Option<String>,
    pub domain_aliases: Option<Vec<DomainAlias>>,
    pub is_primary: Option<bool>,
    pub creation_time: Option<String>,
}

JSON template for Domain object in Directory API.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Kind of resource this is.

ETag of the resource.

Indicates the verification state of a domain. (Read-only).

The domain name of the customer.

List of domain alias objects. (Read-only)

Indicates if the domain is a primary domain (Read-only).

Creation time of the domain. (Read-only).

Trait Implementations

impl Default for Domains
[src]

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

impl Clone for Domains
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Domains
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Domains
[src]

impl ResponseResult for Domains
[src]

Auto Trait Implementations

impl Send for Domains

impl Sync for Domains