Configs

Configs
Configs

A list of site-wide configuration properties.

AllOf
This class requires all of the following:
JSON Example
{
    "0": "P",
    "1": "a",
    "2": "g",
    "3": "e",
    "4": " ",
    "5": "O",
    "6": "b",
    "7": "j",
    "8": "e",
    "9": "c",
    "10": "t",
    "values": [
        {
            "name": "string",
            "typedValue": {
                "value": {},
                "type": "string"
            },
            "description": "string",
            "defaultValue": {},
            "restartRequired": false,
            "minValue": "number",
            "maxValue": "number",
            "timestamp": "string"
        }
    ]
}
Availability
Added in 36.0
Returned By