Struct google_adexchangebuyer1d4::DeliveryControl [] [src]

pub struct DeliveryControl {
    pub frequency_caps: Option<Vec<DeliveryControlFrequencyCap>>,
    pub creative_blocking_level: Option<String>,
    pub delivery_rate_type: Option<String>,
}

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 DeliveryControl
[src]

[src]

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

impl Clone for DeliveryControl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DeliveryControl
[src]

[src]

Formats the value using the given formatter.

impl Part for DeliveryControl
[src]