Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonIncomeRangeInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonIncomeRangeInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
An income range criterion.
Instance Attribute Summary collapse
-
#type ⇒ String
Type of the income range.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonIncomeRangeInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonIncomeRangeInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonIncomeRangeInfo
Returns a new instance of GoogleAdsSearchads360V23CommonIncomeRangeInfo.
5771 5772 5773 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5771 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Type of the income range.
Corresponds to the JSON property type
5769 5770 5771 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5769 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5776 5777 5778 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5776 def update!(**args) @type = args[:type] if args.key?(:type) end |