Struct google_admin1_directory::DomainAlias [] [src]

pub struct DomainAlias {
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub verified: Option<bool>,
    pub domain_alias_name: Option<String>,
    pub creation_time: Option<String>,
    pub parent_domain_name: Option<String>,
}

JSON template for Domain Alias 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 alias. (Read-only)

The domain alias name.

The creation time of the domain alias. (Read-only).

The parent domain name that the domain alias is associated with. This can either be a primary or secondary domain name within a customer.

Trait Implementations

impl Default for DomainAlias
[src]

[src]

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

impl Clone for DomainAlias
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DomainAlias
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for DomainAlias
[src]

impl ResponseResult for DomainAlias
[src]