Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonStoreAttribute

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonStoreAttribute

Returns a new instance of GoogleAdsSearchads360V23CommonStoreAttribute.



11024
11025
11026
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11024

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#store_codeString

Store code from https://support.google.com/business/answer/3370250#storecode Corresponds to the JSON property storeCode

Returns:

  • (String)


11022
11023
11024
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11022

def store_code
  @store_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11029
11030
11031
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11029

def update!(**args)
  @store_code = args[:store_code] if args.key?(:store_code)
end