A generic multi-map that holds key value pairs. They keys and values can be of any type, unless specified.
JSON representation | |
---|---|
{ "entries": [ { object ( |
Fields | |
---|---|
entries[] |
|
keyType |
Option to specify key value type for all entries of the map. If provided then field types for all entries must conform to this. |
valueType |
|
ParameterMapEntry
Entry is a pair of key and value.
JSON representation | |
---|---|
{ "key": { object ( |
Fields | |
---|---|
key |
|
value |
|
ParameterMapField
Field represents either the key or value in an entry.
JSON representation | |
---|---|
{ // Union field |
Fields | ||
---|---|---|
Union field
|
||
referenceKey |
Referencing one of the WF variables. |
|
literalValue |
Passing a literal value. |