KeyAnyValue

KeyAnyValue
KeyAnyValue

Non-localized key/value pair in which the the value can be of any type.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "value": {
        "_typeName": "string"
    }
}
string
key
Required

the key

value
Required

The base of all data types. Not to be used directly on the wire.