Struct google_content2::DatafeedsCustomBatchRequestEntry[][src]

pub struct DatafeedsCustomBatchRequestEntry {
    pub batch_id: Option<u32>,
    pub datafeed_id: Option<String>,
    pub datafeed: Option<Datafeed>,
    pub merchant_id: Option<String>,
    pub method: Option<String>,
}

A batch entry encoding a single non-batch datafeeds request.

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

Fields

An entry ID, unique within the batch request.

The ID of the data feed to get, delete or fetch.

The data feed to insert.

The ID of the managing account.

no description provided

Trait Implementations

impl Default for DatafeedsCustomBatchRequestEntry
[src]

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

impl Clone for DatafeedsCustomBatchRequestEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DatafeedsCustomBatchRequestEntry
[src]

Formats the value using the given formatter. Read more

impl Part for DatafeedsCustomBatchRequestEntry
[src]

Auto Trait Implementations