# DataMapPair

The DataMapPair object represents a key/value pair from a [<mark style="color:blue;">DataMap</mark>](https://docs.monokot.io/scripts/api/datamap) object.

| **Name** | **Description**                                                                                          |
| -------- | -------------------------------------------------------------------------------------------------------- |
| key      | Represents the name of the data trigger (string).                                                        |
| value    | Represents an object of the [DataTriggerInfo](https://docs.monokot.io/scripts/api/datatriggerinfo) type. |
