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
batch_id: Option<u32>
An entry ID, unique within the batch request.
store_code: Option<String>
The code of the store for which to update price and availability. Use online to update price and availability of an online product.
merchant_id: Option<String>
The ID of the managing account.
inventory: Option<Inventory>
Price and availability of the product.
product_id: Option<String>
The ID of the product for which to update price and availability.
Trait Implementations
impl Debug for InventoryCustomBatchRequestEntry[src]
impl Clone for InventoryCustomBatchRequestEntry[src]
fn clone(&self) -> InventoryCustomBatchRequestEntry
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for InventoryCustomBatchRequestEntry[src]
fn default() -> InventoryCustomBatchRequestEntry
Returns the "default value" for a type. Read more