Class: Google::Apis::DisplayvideoV2::AgeRangeTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/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.



503
504
505
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 503

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)


501
502
503
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 501

def age_range
  @age_range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



508
509
510
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 508

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