Struct google_content2::DatafeedstatusesCustomBatchRequestEntry [] [src]

pub struct DatafeedstatusesCustomBatchRequestEntry {
    pub batch_id: Option<u32>,
    pub datafeed_id: 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 ID of the data feed to get or delete.

The ID of the managing account.

no description provided

Trait Implementations

impl Debug for DatafeedstatusesCustomBatchRequestEntry
[src]

Formats the value using the given formatter.

impl Clone for DatafeedstatusesCustomBatchRequestEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DatafeedstatusesCustomBatchRequestEntry
[src]

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

impl Part for DatafeedstatusesCustomBatchRequestEntry
[src]