Struct google_content2::ProductstatusesCustomBatchResponseEntry[][src]

pub struct ProductstatusesCustomBatchResponseEntry {
    pub batch_id: Option<u32>,
    pub kind: Option<String>,
    pub errors: Option<Errors>,
    pub product_status: Option<ProductStatus>,
}

A batch entry encoding a single non-batch productstatuses response.

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#productstatusesCustomBatchResponseEntry".

A list of errors, if the request failed.

The requested product status. Only defined if the request was successful.

Trait Implementations

impl Default for ProductstatusesCustomBatchResponseEntry
[src]

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

impl Clone for ProductstatusesCustomBatchResponseEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProductstatusesCustomBatchResponseEntry
[src]

Formats the value using the given formatter. Read more

impl Part for ProductstatusesCustomBatchResponseEntry
[src]

Auto Trait Implementations