Name: KeyValuePair

Container of a key and value pair.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.KeyValuePair",
   "key": <String>,
   "value": <String>,
}

Attributes
NameTypeDescription
keyxsd:stringKey of the key value pair.
valuexsd:stringValue of the key value pair.