Struct google_content2::OrdersCustomBatchResponseEntry [] [src]

pub struct OrdersCustomBatchResponseEntry {
    pub batch_id: Option<u32>,
    pub kind: Option<String>,
    pub errors: Option<Errors>,
    pub order: Option<Order>,
    pub execution_status: Option<String>,
}

There is no detailed description.

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

Fields

The ID of the request entry this entry responds to.

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

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

The retrieved order. Only defined if the method is get and if the request was successful.

The status of the execution. Only defined if the method is not get or getByMerchantOrderId and if the request was successful.

Trait Implementations

impl Debug for OrdersCustomBatchResponseEntry
[src]

Formats the value using the given formatter.

impl Clone for OrdersCustomBatchResponseEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for OrdersCustomBatchResponseEntry
[src]

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

impl Part for OrdersCustomBatchResponseEntry
[src]