Struct google_content2::DatafeedstatusesCustomBatchRequestEntry[][src]

pub struct DatafeedstatusesCustomBatchRequestEntry {
    pub batch_id: Option<u32>,
    pub language: Option<String>,
    pub datafeed_id: Option<String>,
    pub country: Option<String>,
    pub merchant_id: Option<String>,
    pub method: Option<String>,
}

A batch entry encoding a single non-batch datafeedstatuses 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 language for which to get the datafeed status. If this parameter is provided then country must also be provided. Note that for multi-target datafeeds this parameter is required.

The ID of the data feed to get.

The country for which to get the datafeed status. If this parameter is provided then language must also be provided. Note that for multi-target datafeeds this parameter is required.

The ID of the managing account.

no description provided

Trait Implementations

impl Default for DatafeedstatusesCustomBatchRequestEntry
[src]

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

impl Clone for DatafeedstatusesCustomBatchRequestEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DatafeedstatusesCustomBatchRequestEntry
[src]

Formats the value using the given formatter. Read more

impl Part for DatafeedstatusesCustomBatchRequestEntry
[src]

Auto Trait Implementations