Struct google_dfareporting2d7::FrequencyCap [] [src]

pub struct FrequencyCap {
    pub duration: Option<String>,
    pub impressions: Option<String>,
}

Frequency Cap.

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

Fields

Duration of time, in seconds, for this frequency cap. The maximum duration is 90 days. Acceptable values are 1 to 7776000, inclusive.

Number of times an individual user can be served the ad within the specified duration. Acceptable values are 1 to 15, inclusive.

Trait Implementations

impl Default for FrequencyCap
[src]

[src]

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

impl Clone for FrequencyCap
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FrequencyCap
[src]

[src]

Formats the value using the given formatter.

impl Part for FrequencyCap
[src]