Struct google_content2::DatafeedsCustomBatchResponseEntry [] [src]

pub struct DatafeedsCustomBatchResponseEntry {
    pub batch_id: Option<u32>,
    pub errors: Option<Errors>,
    pub datafeed: Option<Datafeed>,
}

A batch entry encoding a single non-batch datafeeds 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.

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

The requested data feed. Defined if and only if the request was successful.

Trait Implementations

impl Default for DatafeedsCustomBatchResponseEntry
[src]

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

impl Clone for DatafeedsCustomBatchResponseEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DatafeedsCustomBatchResponseEntry
[src]

Formats the value using the given formatter.

impl Part for DatafeedsCustomBatchResponseEntry
[src]