Struct google_doubleclickbidmanager1::DownloadRequest[][src]

pub struct DownloadRequest {
    pub file_types: Option<Vec<String>>,
    pub version: Option<String>,
    pub filter_type: Option<String>,
    pub filter_ids: Option<Vec<String>>,
}

Request to fetch stored insertion orders, line items, TrueView ad groups and ads.

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).

Fields

File types that will be returned.

SDF Version (column names, types, order) in which the entities will be returned. Default to 3.

Filter type used to filter line items to fetch.

The IDs of the specified filter type. This is used to filter entities to fetch. At least one ID must be specified. Only one ID is allowed for the ADVERTISER_ID filter type. For INSERTION_ORDER_ID or LINE_ITEM_ID filter types, all IDs must be from the same Advertiser.

Trait Implementations

impl Default for DownloadRequest
[src]

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

impl Clone for DownloadRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DownloadRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for DownloadRequest
[src]

Auto Trait Implementations