Class: Google::Apis::DisplayvideoV3::AgeRangeTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::AgeRangeTargetingOptionDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb
Overview
Represents a targetable age range. This will be populated in the
age_range_details field when targeting_type is TARGETING_TYPE_AGE_RANGE
.
Instance Attribute Summary collapse
-
#age_range ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AgeRangeTargetingOptionDetails
constructor
A new instance of AgeRangeTargetingOptionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AgeRangeTargetingOptionDetails
Returns a new instance of AgeRangeTargetingOptionDetails.
800 801 802 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 800 def initialize(**args) update!(**args) end |
Instance Attribute Details
#age_range ⇒ String
Output only. The age range of an audience.
Corresponds to the JSON property ageRange
798 799 800 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 798 def age_range @age_range end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
805 806 807 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 805 def update!(**args) @age_range = args[:age_range] if args.key?(:age_range) end |