Class: Google::Apis::DisplayvideoV1::HouseholdIncomeTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/google/apis/displayvideo_v1/representations.rb

Overview

Represents a targetable household income. This will be populated in the household_income_details field of a TargetingOption when targeting_type is TARGETING_TYPE_HOUSEHOLD_INCOME.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ HouseholdIncomeTargetingOptionDetails

Returns a new instance of HouseholdIncomeTargetingOptionDetails.



4498
4499
4500
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 4498

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

Instance Attribute Details

#household_incomeString

Output only. The household income of an audience. Corresponds to the JSON property householdIncome

Returns:

  • (String)


4496
4497
4498
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 4496

def household_income
  @household_income
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4503
4504
4505
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 4503

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