Struct google_content2::GmbAccountsGmbAccount[][src]

pub struct GmbAccountsGmbAccount {
    pub listing_count: Option<i64>,
    pub type_: Option<String>,
    pub email: Option<String>,
    pub name: Option<String>,
}

There is no detailed description.

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

Fields

Number of listings under this account.

The type of the GMB account (User or Business).

The email which identifies the GMB account.

The name of the GMB account.

Trait Implementations

impl Default for GmbAccountsGmbAccount
[src]

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

impl Clone for GmbAccountsGmbAccount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GmbAccountsGmbAccount
[src]

Formats the value using the given formatter. Read more

impl Part for GmbAccountsGmbAccount
[src]

Auto Trait Implementations