Struct google_adexchangebuyer1d4::PublisherProvidedForecast [] [src]

pub struct PublisherProvidedForecast {
    pub weekly_impressions: Option<String>,
    pub dimensions: Option<Vec<Dimension>>,
    pub weekly_uniques: Option<String>,
}

This message carries publisher provided forecasting information.

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

Fields

Publisher provided weekly impressions.

Publisher provided dimensions. E.g. geo, sizes etc...

Publisher provided weekly uniques.

Trait Implementations

impl Default for PublisherProvidedForecast
[src]

[src]

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

impl Clone for PublisherProvidedForecast
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PublisherProvidedForecast
[src]

[src]

Formats the value using the given formatter.

impl Part for PublisherProvidedForecast
[src]