Struct google_content2::InventoryCustomBatchRequestEntry [] [src]

pub struct InventoryCustomBatchRequestEntry {
    pub batch_id: Option<u32>,
    pub store_code: Option<String>,
    pub merchant_id: Option<String>,
    pub inventory: Option<Inventory>,
    pub product_id: Option<String>,
}

A batch entry encoding a single non-batch inventory 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 code of the store for which to update price and availability. Use online to update price and availability of an online product.

The ID of the managing account.

Price and availability of the product.

The ID of the product for which to update price and availability.

Trait Implementations

impl Debug for InventoryCustomBatchRequestEntry
[src]

Formats the value using the given formatter.

impl Clone for InventoryCustomBatchRequestEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for InventoryCustomBatchRequestEntry
[src]

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

impl Part for InventoryCustomBatchRequestEntry
[src]