[][src]Struct google_doubleclicksearch2::ReportRequestReportScope

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

advertiser_id: Option<String>

DS advertiser ID.

ad_group_id: Option<String>

DS ad group ID.

keyword_id: Option<String>

DS keyword ID.

ad_id: Option<String>

DS ad ID.

agency_id: Option<String>

DS agency ID.

engine_account_id: Option<String>

DS engine account ID.

campaign_id: Option<String>

DS campaign ID.

Trait Implementations

impl Part for ReportRequestReportScope[src]

impl NestedType for ReportRequestReportScope[src]

impl Default for ReportRequestReportScope[src]

impl Clone for ReportRequestReportScope[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for ReportRequestReportScope[src]

impl Serialize for ReportRequestReportScope[src]

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

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

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