Struct google_content2::AccountshippingCustomBatchRequestEntry [] [src]

pub struct AccountshippingCustomBatchRequestEntry {
    pub batch_id: Option<u32>,
    pub account_id: Option<String>,
    pub account_shipping: Option<AccountShipping>,
    pub method: Option<String>,
    pub merchant_id: Option<String>,
}

A batch entry encoding a single non-batch accountshipping request.

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

Fields

An entry ID, unique within the batch request.

The ID of the account for which to get/update account shipping settings.

The account shipping settings to update. Only defined if the method is update.

no description provided

The ID of the managing account.

Trait Implementations

impl Debug for AccountshippingCustomBatchRequestEntry
[src]

Formats the value using the given formatter.

impl Clone for AccountshippingCustomBatchRequestEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AccountshippingCustomBatchRequestEntry
[src]

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

impl Part for AccountshippingCustomBatchRequestEntry
[src]