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.



1556
1557
1558
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 1556

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)


1554
1555
1556
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 1554

def age_range
  @age_range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1561
1562
1563
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 1561

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