Struct google_doubleclicksearch2::ReportRequestReportScope[][src]

pub struct ReportRequestReportScope {
    pub advertiser_id: Option<String>,
    pub ad_group_id: Option<String>,
    pub keyword_id: Option<String>,
    pub ad_id: Option<String>,
    pub agency_id: Option<String>,
    pub engine_account_id: Option<String>,
    pub campaign_id: Option<String>,
}

The reportScope is a set of IDs that are used to determine which subset of entities will be returned in the report. The full lineage of IDs from the lowest scoped level desired up through agency is required.

This type is not used in any activity, and only used as part of another schema.

Fields

DS advertiser ID.

DS ad group ID.

DS keyword ID.

DS ad ID.

DS agency ID.

DS engine account ID.

DS campaign ID.

Trait Implementations

impl Default for ReportRequestReportScope
[src]

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

impl Clone for ReportRequestReportScope
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReportRequestReportScope
[src]

Formats the value using the given formatter. Read more

impl NestedType for ReportRequestReportScope
[src]

impl Part for ReportRequestReportScope
[src]

Auto Trait Implementations