class Google::Apis::DisplayvideoV1::HouseholdIncomeTargetingOptionDetails

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`.

Attributes

household_income[RW]

Output only. The household income of an audience. Corresponds to the JSON property `householdIncome` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 4963
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 4968
def update!(**args)
  @household_income = args[:household_income] if args.key?(:household_income)
end