Struct google_adexchangebuyer2_v2_beta1::DayPartTargeting[][src]

pub struct DayPartTargeting {
    pub day_parts: Option<Vec<DayPart>>,
    pub time_zone_type: Option<String>,
}

Specifies the day part targeting criteria.

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

Fields

A list of day part targeting criterion.

The timezone to use for interpreting the day part targeting.

Trait Implementations

impl Default for DayPartTargeting
[src]

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

impl Clone for DayPartTargeting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DayPartTargeting
[src]

Formats the value using the given formatter. Read more

impl Part for DayPartTargeting
[src]

Auto Trait Implementations