Struct google_content2::AccountGoogleMyBusinessLink[][src]

pub struct AccountGoogleMyBusinessLink {
    pub status: Option<String>,
    pub gmb_email: Option<String>,
}

There is no detailed description.

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

Fields

Status of the link between this Merchant Center account and the GMB account.

The GMB email address of which a specific account within a GMB account. A sample account within a GMB account could be a business account with set of locations, managed under the GMB account.

Trait Implementations

impl Default for AccountGoogleMyBusinessLink
[src]

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

impl Clone for AccountGoogleMyBusinessLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountGoogleMyBusinessLink
[src]

Formats the value using the given formatter. Read more

impl Part for AccountGoogleMyBusinessLink
[src]

Auto Trait Implementations