Struct google_adexchangebuyer2_v2_beta1::DayPart[][src]

pub struct DayPart {
    pub day_of_week: Option<String>,
    pub end_time: Option<TimeOfDay>,
    pub start_time: Option<TimeOfDay>,
}

Daypart targeting message that specifies if the ad can be shown only during certain parts of a day/week.

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

Fields

The day of the week to target. If unspecified, applicable to all days.

The ending time of the day for the ad to show (minute level granularity). The end time is exclusive. This field is not available for filtering in PQL queries.

The starting time of day for the ad to show (minute level granularity). The start time is inclusive. This field is not available for filtering in PQL queries.

Trait Implementations

impl Default for DayPart
[src]

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

impl Clone for DayPart
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DayPart
[src]

Formats the value using the given formatter. Read more

impl Part for DayPart
[src]

Auto Trait Implementations

impl Send for DayPart

impl Sync for DayPart