Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonProductGroupingInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonProductGroupingInfo
- 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
Grouping of a product offer. This listing dimension is deprecated and it is supported only in Display campaigns.
Instance Attribute Summary collapse
-
#value ⇒ String
String value of the product grouping.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonProductGroupingInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonProductGroupingInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonProductGroupingInfo
Returns a new instance of GoogleAdsSearchads360V23CommonProductGroupingInfo.
9486 9487 9488 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9486 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ String
String value of the product grouping.
Corresponds to the JSON property value
9484 9485 9486 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9484 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9491 9492 9493 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9491 def update!(**args) @value = args[:value] if args.key?(:value) end |