Struct google_reseller1_sandbox::Customer [] [src]

pub struct Customer {
    pub customer_domain: Option<String>,
    pub customer_domain_verified: Option<bool>,
    pub alternate_email: Option<String>,
    pub kind: Option<String>,
    pub resource_ui_url: Option<String>,
    pub phone_number: Option<String>,
    pub postal_address: Option<Address>,
    pub customer_id: Option<String>,
}

JSON template for a customer.

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 domain name of the customer.

Whether the customer's primary domain has been verified.

The alternate email of the customer.

Identifies the resource as a customer.

Ui url for customer resource.

The phone number of the customer.

The postal address of the customer.

The id of the customer.

Trait Implementations

impl Debug for Customer
[src]

Formats the value using the given formatter.

impl Clone for Customer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Customer
[src]

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

impl RequestValue for Customer
[src]

impl Resource for Customer
[src]

impl ResponseResult for Customer
[src]