Class: Google::Apis::DisplayvideoV1::AgeRangeTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV1::AgeRangeTargetingOptionDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/google/apis/displayvideo_v1/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.
436 437 438 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 436 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
434 435 436 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 434 def age_range @age_range end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
441 442 443 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 441 def update!(**args) @age_range = args[:age_range] if args.key?(:age_range) end |