Struct google_content2::AccountsLinkRequest[][src]

pub struct AccountsLinkRequest {
    pub action: Option<String>,
    pub link_type: Option<String>,
    pub linked_account_id: Option<String>,
}

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

Action to perform for this link. The "request" action is only available to select merchants.

Type of the link between the two accounts.

The ID of the linked account.

Trait Implementations

impl Default for AccountsLinkRequest
[src]

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

impl Clone for AccountsLinkRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountsLinkRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for AccountsLinkRequest
[src]

Auto Trait Implementations