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.



11084
11085
11086
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11084

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)


11082
11083
11084
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11082

def store_code
  @store_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11089
11090
11091
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11089

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