class Google::Apis::AdexchangebuyerV1_4::TargetingValueDayPartTargeting

Attributes

day_parts[RW]

Corresponds to the JSON property `dayParts` @return [Array<Google::Apis::AdexchangebuyerV1_4::TargetingValueDayPartTargetingDayPart>]

time_zone_type[RW]

Corresponds to the JSON property `timeZoneType` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 3104
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 3109
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