Struct google_content2::AccountstatusesCustomBatchRequestEntry[][src]

pub struct AccountstatusesCustomBatchRequestEntry {
    pub batch_id: Option<u32>,
    pub account_id: Option<String>,
    pub merchant_id: Option<String>,
    pub method: Option<String>,
    pub destinations: Option<Vec<String>>,
}

A batch entry encoding a single non-batch accountstatuses 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 (sub-)account whose status to get.

The ID of the managing account.

The method (get).

If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.

Trait Implementations

impl Default for AccountstatusesCustomBatchRequestEntry
[src]

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

impl Clone for AccountstatusesCustomBatchRequestEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountstatusesCustomBatchRequestEntry
[src]

Formats the value using the given formatter. Read more

impl Part for AccountstatusesCustomBatchRequestEntry
[src]

Auto Trait Implementations