Struct google_content2::AccountsAuthInfoResponse[][src]

pub struct AccountsAuthInfoResponse {
    pub kind: Option<String>,
    pub account_identifiers: Option<Vec<AccountIdentifier>>,
}

There is no detailed description.

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

Identifies what kind of resource this is. Value: the fixed string "content#accountsAuthInfoResponse".

The account identifiers corresponding to the authenticated user.

  • For an individual account: only the merchant ID is defined
  • For an aggregator: only the aggregator ID is defined
  • For a subaccount of an MCA: both the merchant ID and the aggregator ID are defined.

Trait Implementations

impl Default for AccountsAuthInfoResponse
[src]

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

impl Clone for AccountsAuthInfoResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountsAuthInfoResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for AccountsAuthInfoResponse
[src]

Auto Trait Implementations