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.



55095
55096
55097
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55095

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



55093
55094
55095
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55093

def key_value_pairs
  @key_value_pairs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



55100
55101
55102
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55100

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