Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonProductItemIdInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonProductItemIdInfo
- 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
Item id of a product offer.
Instance Attribute Summary collapse
-
#value ⇒ String
Value of the id.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonProductItemIdInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonProductItemIdInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonProductItemIdInfo
Returns a new instance of GoogleAdsSearchads360V23CommonProductItemIdInfo.
9505 9506 9507 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9505 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ String
Value of the id.
Corresponds to the JSON property value
9503 9504 9505 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9503 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9510 9511 9512 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9510 def update!(**args) @value = args[:value] if args.key?(:value) end |