Struct google_content2::GmbAccounts[][src]

pub struct GmbAccounts {
    pub gmb_accounts: Option<Vec<GmbAccountsGmbAccount>>,
    pub account_id: Option<String>,
}

There is no detailed description.

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

Fields

A list of GMB accounts which are available to the merchant.

The ID of the account.

Trait Implementations

impl Default for GmbAccounts
[src]

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

impl Clone for GmbAccounts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GmbAccounts
[src]

Formats the value using the given formatter. Read more

impl Part for GmbAccounts
[src]

Auto Trait Implementations

impl Send for GmbAccounts

impl Sync for GmbAccounts