class Google::Apis::DisplayvideoV1::HouseholdIncomeAssignedTargetingOptionDetails
Details for assigned household income targeting option. This will be populated in the details field of an AssignedTargetingOption
when targeting_type is ` TARGETING_TYPE_HOUSEHOLD_INCOME`.
Attributes
household_income[RW]
Output only. The household income of the audience. Corresponds to the JSON property `householdIncome` @return [String]
targeting_option_id[RW]
Required. The targeting_option_id
of a TargetingOption
of type ` TARGETING_TYPE_HOUSEHOLD_INCOME`. Corresponds to the JSON property `targetingOptionId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 4941 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 4946 def update!(**args) @household_income = args[:household_income] if args.key?(:household_income) @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id) end