Class: Google::Apis::DisplayvideoV3::AgeRangeTargetingOptionDetails

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AgeRangeTargetingOptionDetails

Returns a new instance of AgeRangeTargetingOptionDetails.



698
699
700
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 698

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

Instance Attribute Details

#age_rangeString

Output only. The age range of an audience. Corresponds to the JSON property ageRange

Returns:

  • (String)


696
697
698
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 696

def age_range
  @age_range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



703
704
705
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 703

def update!(**args)
  @age_range = args[:age_range] if args.key?(:age_range)
end