Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonProductBrandInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonProductBrandInfo
- 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
Brand of the product.
Instance Attribute Summary collapse
-
#value ⇒ String
String value of the product brand.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonProductBrandInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonProductBrandInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonProductBrandInfo
Returns a new instance of GoogleAdsSearchads360V23CommonProductBrandInfo.
9357 9358 9359 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9357 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ String
String value of the product brand.
Corresponds to the JSON property value
9355 9356 9357 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9355 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9362 9363 9364 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9362 def update!(**args) @value = args[:value] if args.key?(:value) end |