Struct google_doubleclicksearch2::api::ReportRequestReportScope[][src]

pub struct ReportRequestReportScope {
    pub ad_group_id: Option<String>,
    pub ad_id: Option<String>,
    pub advertiser_id: Option<String>,
    pub agency_id: Option<String>,
    pub campaign_id: Option<String>,
    pub engine_account_id: Option<String>,
    pub keyword_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

ad_group_id: Option<String>

DS ad group ID.

ad_id: Option<String>

DS ad ID.

advertiser_id: Option<String>

DS advertiser ID.

agency_id: Option<String>

DS agency ID.

campaign_id: Option<String>

DS campaign ID.

engine_account_id: Option<String>

DS engine account ID.

keyword_id: Option<String>

DS keyword ID.

Trait Implementations

impl Clone for ReportRequestReportScope[src]

impl Debug for ReportRequestReportScope[src]

impl Default for ReportRequestReportScope[src]

impl<'de> Deserialize<'de> for ReportRequestReportScope[src]

impl NestedType for ReportRequestReportScope[src]

impl Part for ReportRequestReportScope[src]

impl Serialize for ReportRequestReportScope[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.