---
title: KVPair
description: The KVPair object containing key-value pair data.
---

The `KVPair` object containing key-value pair data.

## Attributes

#### `key` (String)

A string containing the key name.

#### `value` (Any)

The value associated with the key. Can be of any type.
