Struct google_content2::ShippingsettingsCustomBatchRequestEntry
[−]
[src]
pub struct ShippingsettingsCustomBatchRequestEntry {
pub batch_id: Option<u32>,
pub account_id: Option<String>,
pub merchant_id: Option<String>,
pub shipping_settings: Option<ShippingSettings>,
pub method: Option<String>,
}A batch entry encoding a single non-batch accountshipping 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.
account_id: Option<String>
The ID of the account for which to get/update account shipping settings.
merchant_id: Option<String>
The ID of the managing account.
shipping_settings: Option<ShippingSettings>
The account shipping settings to update. Only defined if the method is update.
method: Option<String>
no description provided
Trait Implementations
impl Debug for ShippingsettingsCustomBatchRequestEntry[src]
impl Clone for ShippingsettingsCustomBatchRequestEntry[src]
fn clone(&self) -> ShippingsettingsCustomBatchRequestEntry
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 ShippingsettingsCustomBatchRequestEntry[src]
fn default() -> ShippingsettingsCustomBatchRequestEntry
Returns the "default value" for a type. Read more