class Google::Apis::Adexchangebuyer2V2beta1::DayPartTargeting
Specifies the day part targeting criteria.
Attributes
day_parts[RW]
A list of day part targeting criterion. Corresponds to the JSON property `dayParts` @return [Array<Google::Apis::Adexchangebuyer2V2beta1::DayPart>]
time_zone_type[RW]
The timezone to use for interpreting the day part targeting. Corresponds to the JSON property `timeZoneType` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 1141 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 1146 def update!(**args) @day_parts = args[:day_parts] if args.key?(:day_parts) @time_zone_type = args[:time_zone_type] if args.key?(:time_zone_type) end