Struct google_content2::OrdersCustomBatchRequestEntryUpdateShipment
[−]
[src]
pub struct OrdersCustomBatchRequestEntryUpdateShipment {
pub status: Option<String>,
pub carrier: Option<String>,
pub tracking_id: Option<String>,
pub shipment_id: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
status: Option<String>
New status for the shipment. Not updated if missing.
carrier: Option<String>
The carrier handling the shipment. Not updated if missing.
tracking_id: Option<String>
The tracking id for the shipment. Not updated if missing.
shipment_id: Option<String>
The ID of the shipment.
Trait Implementations
impl Debug for OrdersCustomBatchRequestEntryUpdateShipment[src]
impl Clone for OrdersCustomBatchRequestEntryUpdateShipment[src]
fn clone(&self) -> OrdersCustomBatchRequestEntryUpdateShipment
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 OrdersCustomBatchRequestEntryUpdateShipment[src]
fn default() -> OrdersCustomBatchRequestEntryUpdateShipment
Returns the "default value" for a type. Read more