Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSessionAttributesKeyValuePairs

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

Contains session attributes of the conversion, represented as key-value pairs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSessionAttributesKeyValuePairs

Returns a new instance of GoogleAdsSearchads360V23ServicesSessionAttributesKeyValuePairs.



55011
55012
55013
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55011

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

Instance Attribute Details

#key_value_pairsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSessionAttributeKeyValuePair>

Required. The session attributes for the conversion. Corresponds to the JSON property keyValuePairs



55009
55010
55011
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55009

def key_value_pairs
  @key_value_pairs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



55016
55017
55018
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55016

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