Struct google_content2::api::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: Option<String>

Action to perform for this link. The "request" action is only available to select merchants. Acceptable values are: - “approve” - “remove” - “request

link_type: Option<String>

Type of the link between the two accounts. Acceptable values are: - “channelPartner” - “eCommercePlatform

linked_account_id: Option<String>

The ID of the linked account.

Trait Implementations

impl Clone for AccountsLinkRequest[src]

impl Debug for AccountsLinkRequest[src]

impl Default for AccountsLinkRequest[src]

impl<'de> Deserialize<'de> for AccountsLinkRequest[src]

impl RequestValue for AccountsLinkRequest[src]

impl Serialize for AccountsLinkRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.