class Google::Apis::DisplayvideoV3::AgeRangeTargetingOptionDetails

age_range_details field when targeting_type is ‘TARGETING_TYPE_AGE_RANGE`.
Represents a targetable age range. This will be populated in the

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @age_range = args[:age_range] if args.key?(:age_range)
end