Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoParameterMapField

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb

Overview

Field represents either the key or value in an entry.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoParameterMapField

Returns a new instance of EnterpriseCrmEventbusProtoParameterMapField.



2160
2161
2162
# File 'lib/google/apis/integrations_v1/classes.rb', line 2160

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

Instance Attribute Details

#literal_valueGoogle::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoParameterValueType

LINT.IfChange To support various types of parameter values. Next available id: 14 Corresponds to the JSON property literalValue



2153
2154
2155
# File 'lib/google/apis/integrations_v1/classes.rb', line 2153

def literal_value
  @literal_value
end

#reference_keyString

Referencing one of the WF variables. Corresponds to the JSON property referenceKey

Returns:

  • (String)


2158
2159
2160
# File 'lib/google/apis/integrations_v1/classes.rb', line 2158

def reference_key
  @reference_key
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2165
2166
2167
2168
# File 'lib/google/apis/integrations_v1/classes.rb', line 2165

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