Struct google_content2::ProductstatusesCustomBatchRequestEntry[][src]

pub struct ProductstatusesCustomBatchRequestEntry {
    pub batch_id: Option<u32>,
    pub include_attributes: Option<bool>,
    pub merchant_id: Option<String>,
    pub destinations: Option<Vec<String>>,
    pub method: Option<String>,
    pub product_id: Option<String>,
}

A batch entry encoding a single non-batch productstatuses 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.

no description provided

The ID of the managing account.

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

no description provided

The ID of the product whose status to get.

Trait Implementations

impl Default for ProductstatusesCustomBatchRequestEntry
[src]

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

impl Clone for ProductstatusesCustomBatchRequestEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProductstatusesCustomBatchRequestEntry
[src]

Formats the value using the given formatter. Read more

impl Part for ProductstatusesCustomBatchRequestEntry
[src]

Auto Trait Implementations