Skip to content
Last update: July 26, 2024

InputKeyValueType object

This type represents key-value pairs used for passing additional parameters or data in various input objects.

Fields

Field Description
key String! The key of the parameter.
value String The value associated with the key.