Struct google_content2::AccountBusinessInformation[][src]

pub struct AccountBusinessInformation {
    pub phone_number: Option<String>,
    pub customer_service: Option<AccountCustomerService>,
    pub address: Option<AccountAddress>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

The phone number of the business.

The customer service information of the business.

The address of the business.

Trait Implementations

impl Default for AccountBusinessInformation
[src]

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

impl Clone for AccountBusinessInformation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountBusinessInformation
[src]

Formats the value using the given formatter. Read more

impl Part for AccountBusinessInformation
[src]

Auto Trait Implementations