Struct google_doubleclickbidmanager1::DownloadResponse[][src]

pub struct DownloadResponse {
    pub insertion_orders: Option<String>,
    pub line_items: Option<String>,
    pub ads: Option<String>,
    pub ad_groups: Option<String>,
}

Download response.

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

Retrieved insertion orders in SDF format.

Retrieved line items in SDF format.

Retrieved ads in SDF format.

Retrieved ad groups in SDF format.

Trait Implementations

impl Default for DownloadResponse
[src]

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

impl Clone for DownloadResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DownloadResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for DownloadResponse
[src]

Auto Trait Implementations