ConfigurationProperty

ConfigurationProperty
ConfigurationProperty

A representation of a configuration property.

JSON Example
{
    "key": "string",
    "value": "string"
}
string
key
Required

The key of the property.

string
value
Required

The value of the property.