Struct google_content2::ProductstatusesCustomBatchRequestEntry [] [src]

pub struct ProductstatusesCustomBatchRequestEntry {
    pub batch_id: Option<u32>,
    pub merchant_id: Option<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.

The ID of the managing account.

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.

impl Part for ProductstatusesCustomBatchRequestEntry
[src]