class Google::Apis::DisplayvideoV3::AgeRangeAssignedTargetingOptionDetails
.
of an AssignedTargetingOption when targeting_type is ‘TARGETING_TYPE_AGE_RANGE`
Represents a targetable age range. This will be populated in the details field
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @age_range = args[:age_range] if args.key?(:age_range) end