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 Default for InventoryCustomBatchRequestEntry[src]
impl Default for InventoryCustomBatchRequestEntryfn default() -> InventoryCustomBatchRequestEntry[src]
fn default() -> InventoryCustomBatchRequestEntryReturns the "default value" for a type. Read more
impl Clone for InventoryCustomBatchRequestEntry[src]
impl Clone for InventoryCustomBatchRequestEntryfn clone(&self) -> InventoryCustomBatchRequestEntry[src]
fn clone(&self) -> InventoryCustomBatchRequestEntryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for InventoryCustomBatchRequestEntry[src]
impl Debug for InventoryCustomBatchRequestEntryfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for InventoryCustomBatchRequestEntry[src]
impl Part for InventoryCustomBatchRequestEntryAuto Trait Implementations
impl Send for InventoryCustomBatchRequestEntry
impl Send for InventoryCustomBatchRequestEntryimpl Sync for InventoryCustomBatchRequestEntry
impl Sync for InventoryCustomBatchRequestEntry