Struct google_adexchangebuyer1d4::TargetingValueDayPartTargetingDayPart[][src]

pub struct TargetingValueDayPartTargetingDayPart {
    pub day_of_week: Option<String>,
    pub end_hour: Option<i32>,
    pub start_hour: Option<i32>,
    pub end_minute: Option<i32>,
    pub start_minute: 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

no description provided

no description provided

Trait Implementations

impl Default for TargetingValueDayPartTargetingDayPart
[src]

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

impl Clone for TargetingValueDayPartTargetingDayPart
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TargetingValueDayPartTargetingDayPart
[src]

Formats the value using the given formatter. Read more

impl Part for TargetingValueDayPartTargetingDayPart
[src]

Auto Trait Implementations