class Google::Apis::DisplayvideoV1::AgeRangeTargetingOptionDetails
Represents a targetable age range. This will be populated in the age_range_details field when targeting_type is `TARGETING_TYPE_AGE_RANGE`.
Attributes
age_range[RW]
Output only. The age range of an audience. Corresponds to the JSON property `ageRange` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 448 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/displayvideo_v1/classes.rb, line 453 def update!(**args) @age_range = args[:age_range] if args.key?(:age_range) end