Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoParameterMapField
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoParameterMapField
- 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
-
#literal_value ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoParameterValueType
LINT.IfChange To support various types of parameter values.
-
#reference_key ⇒ String
Referencing one of the WF variables.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoParameterMapField
constructor
A new instance of EnterpriseCrmEventbusProtoParameterMapField.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoParameterMapField
Returns a new instance of EnterpriseCrmEventbusProtoParameterMapField.
1968 1969 1970 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1968 def initialize(**args) update!(**args) end |
Instance Attribute Details
#literal_value ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoParameterValueType
LINT.IfChange To support various types of parameter values. Next available id:
14
Corresponds to the JSON property literalValue
1961 1962 1963 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1961 def literal_value @literal_value end |
#reference_key ⇒ String
Referencing one of the WF variables.
Corresponds to the JSON property referenceKey
1966 1967 1968 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1966 def reference_key @reference_key end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1973 1974 1975 1976 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1973 def update!(**args) @literal_value = args[:literal_value] if args.key?(:literal_value) @reference_key = args[:reference_key] if args.key?(:reference_key) end |