Struct google_content2::ShippingsettingsCustomBatchResponseEntry[][src]

pub struct ShippingsettingsCustomBatchResponseEntry {
    pub batch_id: Option<u32>,
    pub kind: Option<String>,
    pub errors: Option<Errors>,
    pub shipping_settings: Option<ShippingSettings>,
}

A batch entry encoding a single non-batch shipping settings response.

This type is not used in any activity, and only used as part of another schema.

Fields

The ID of the request entry to which this entry responds.

Identifies what kind of resource this is. Value: the fixed string "content#shippingsettingsCustomBatchResponseEntry".

A list of errors defined if, and only if, the request failed.

The retrieved or updated account shipping settings.

Trait Implementations

impl Default for ShippingsettingsCustomBatchResponseEntry
[src]

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

impl Clone for ShippingsettingsCustomBatchResponseEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ShippingsettingsCustomBatchResponseEntry
[src]

Formats the value using the given formatter. Read more

impl Part for ShippingsettingsCustomBatchResponseEntry
[src]

Auto Trait Implementations