Struct google_adexchangebuyer1d4::DeliveryControlFrequencyCap [] [src]

pub struct DeliveryControlFrequencyCap {
    pub num_time_units: Option<i32>,
    pub time_unit_type: Option<String>,
    pub max_impressions: Option<i32>,
}

There is no detailed description.

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

Fields

no description provided

no description provided

no description provided

Trait Implementations

impl Default for DeliveryControlFrequencyCap
[src]

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

impl Clone for DeliveryControlFrequencyCap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeliveryControlFrequencyCap
[src]

Formats the value using the given formatter.

impl Part for DeliveryControlFrequencyCap
[src]