Struct google_content2::DatafeedsCustomBatchRequest [−][src]
pub struct DatafeedsCustomBatchRequest {
pub entries: Option<Vec<DatafeedsCustomBatchRequestEntry>>,
}There is no detailed description.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- custombatch datafeeds (request)
Fields
entries: Option<Vec<DatafeedsCustomBatchRequestEntry>>
The request entries to be processed in the batch.
Trait Implementations
impl Default for DatafeedsCustomBatchRequest[src]
impl Default for DatafeedsCustomBatchRequestfn default() -> DatafeedsCustomBatchRequest[src]
fn default() -> DatafeedsCustomBatchRequestReturns the "default value" for a type. Read more
impl Clone for DatafeedsCustomBatchRequest[src]
impl Clone for DatafeedsCustomBatchRequestfn clone(&self) -> DatafeedsCustomBatchRequest[src]
fn clone(&self) -> DatafeedsCustomBatchRequestReturns 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)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for DatafeedsCustomBatchRequest[src]
impl Debug for DatafeedsCustomBatchRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for DatafeedsCustomBatchRequest[src]
impl RequestValue for DatafeedsCustomBatchRequestAuto Trait Implementations
impl Send for DatafeedsCustomBatchRequest
impl Send for DatafeedsCustomBatchRequestimpl Sync for DatafeedsCustomBatchRequest
impl Sync for DatafeedsCustomBatchRequest