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
batch_id: Option<u32>
An entry ID, unique within the batch request.
language: Option<String>
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.
datafeed_id: Option<String>
The ID of the data feed to get.
country: Option<String>
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.
merchant_id: Option<String>
The ID of the managing account.
method: Option<String>
no description provided
Trait Implementations
impl Default for DatafeedstatusesCustomBatchRequestEntry[src]
impl Default for DatafeedstatusesCustomBatchRequestEntryfn default() -> DatafeedstatusesCustomBatchRequestEntry[src]
fn default() -> DatafeedstatusesCustomBatchRequestEntryReturns the "default value" for a type. Read more
impl Clone for DatafeedstatusesCustomBatchRequestEntry[src]
impl Clone for DatafeedstatusesCustomBatchRequestEntryfn clone(&self) -> DatafeedstatusesCustomBatchRequestEntry[src]
fn clone(&self) -> DatafeedstatusesCustomBatchRequestEntryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for DatafeedstatusesCustomBatchRequestEntry[src]
impl Debug for DatafeedstatusesCustomBatchRequestEntryfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for DatafeedstatusesCustomBatchRequestEntry[src]
impl Part for DatafeedstatusesCustomBatchRequestEntry