Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonStoreAttribute
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonStoreAttribute
- 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
Store attributes of the transaction.
Instance Attribute Summary collapse
-
#store_code ⇒ String
Store code from https://support.google.com/business/answer/3370250#storecode Corresponds to the JSON property
storeCode.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonStoreAttribute
constructor
A new instance of GoogleAdsSearchads360V23CommonStoreAttribute.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonStoreAttribute
Returns a new instance of GoogleAdsSearchads360V23CommonStoreAttribute.
11009 11010 11011 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11009 def initialize(**args) update!(**args) end |
Instance Attribute Details
#store_code ⇒ String
Store code from https://support.google.com/business/answer/3370250#storecode
Corresponds to the JSON property storeCode
11007 11008 11009 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11007 def store_code @store_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11014 11015 11016 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11014 def update!(**args) @store_code = args[:store_code] if args.key?(:store_code) end |