Struct google_admin1_directory::Customer [] [src]

pub struct Customer {
    pub customer_domain: Option<String>,
    pub language: Option<String>,
    pub alternate_email: Option<String>,
    pub customer_creation_time: Option<String>,
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub phone_number: Option<String>,
    pub postal_address: Option<CustomerPostalAddress>,
    pub id: Option<String>,
}

JSON template for Customer Resource 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

The customer's primary domain name string. Do not include the www prefix when creating a new customer.

The customer's ISO 639-2 language code. The default value is en-US

The customer's secondary contact email address. This email address cannot be on the same domain as the customerDomain

The customer's creation time (Readonly)

Identifies the resource as a customer. Value: admin#directory#customer

ETag of the resource.

The customer's contact phone number in E.164 format.

The customer's postal address information.

The unique ID for the customer's G Suite account. (Readonly)

Trait Implementations

impl Default for Customer
[src]

[src]

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

impl Clone for Customer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Customer
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Customer
[src]

impl Resource for Customer
[src]

impl ResponseResult for Customer
[src]