Class: Google::Apis::DisplayvideoV3::AgeRangeAssignedTargetingOptionDetails

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 details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_AGE_RANGE .

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AgeRangeAssignedTargetingOptionDetails

Returns a new instance of AgeRangeAssignedTargetingOptionDetails.



678
679
680
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 678

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

Instance Attribute Details

#age_rangeString

Required. The age range of an audience. We only support targeting a continuous age range of an audience. Thus, the age range represented in this field can be 1) targeted solely, or, 2) part of a larger continuous age range. The reach of a continuous age range targeting can be expanded by also targeting an audience of an unknown age. Corresponds to the JSON property ageRange

Returns:

  • (String)


676
677
678
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 676

def age_range
  @age_range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



683
684
685
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 683

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