Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterMapField

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/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) ⇒ EnterpriseCrmFrontendsEventbusProtoParameterMapField

Returns a new instance of EnterpriseCrmFrontendsEventbusProtoParameterMapField.



4124
4125
4126
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4124

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

Instance Attribute Details

#literal_valueGoogle::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterValueType

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



4117
4118
4119
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4117

def literal_value
  @literal_value
end

#reference_keyString

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

Returns:

  • (String)


4122
4123
4124
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4122

def reference_key
  @reference_key
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4129
4130
4131
4132
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4129

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