Struct google_dfareporting2d4::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 in seconds, or 7,776,000.

Number of times an individual user can be served the ad within the specified duration. The maximum allowed is 15.

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]