keyType property
Option to specify key type for all entries of the map.
If provided then field types for all entries must conform to this. Possible string values are:
- "INTEGRATION_PARAMETER_DATA_TYPE_UNSPECIFIED" : Unspecified.
- "STRING_VALUE" : String.
- "INT_VALUE" : Integer.
- "DOUBLE_VALUE" : Double Number.
- "BOOLEAN_VALUE" : Boolean.
- "STRING_ARRAY" : String Array.
- "INT_ARRAY" : Integer Array.
- "DOUBLE_ARRAY" : Double Number Array.
- "BOOLEAN_ARRAY" : Boolean Array.
- "JSON_VALUE" : Json.
- "PROTO_VALUE" : Proto Value (Internal use only).
- "PROTO_ARRAY" : Proto Array (Internal use only).
Implementation
core.String? keyType;