Class: Google::Apis::Adexchangebuyer2V2beta1::DayPartTargeting

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/adexchangebuyer2_v2beta1/classes.rb,
lib/google/apis/adexchangebuyer2_v2beta1/representations.rb,
lib/google/apis/adexchangebuyer2_v2beta1/representations.rb

Overview

Specifies the day part targeting criteria.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DayPartTargeting

Returns a new instance of DayPartTargeting.



1142
1143
1144
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 1142

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#day_partsArray<Google::Apis::Adexchangebuyer2V2beta1::DayPart>

A list of day part targeting criterion. Corresponds to the JSON property dayParts



1135
1136
1137
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 1135

def day_parts
  @day_parts
end

#time_zone_typeString

The timezone to use for interpreting the day part targeting. Corresponds to the JSON property timeZoneType

Returns:

  • (String)


1140
1141
1142
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 1140

def time_zone_type
  @time_zone_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1147
1148
1149
1150
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 1147

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