supermetric

supermetric
supermetric

Model object that represents a SuperMetric

JSON Example
{
    "description": "string",
    "formula": "string",
    "id": "string",
    "modificationTime": 0,
    "name": "string"
}
string
description
Optional

The description of the SuperMetric

string As .+
formula
Required

The formula expression of the SuperMetric

string As uuid As uuid
id
Optional

The unique ID of the SuperMetric. This will be null when creating a
SuperMetric, but it is required when updating an existing SuperMetric.

integer As int64 As int64
modificationTime
Optional

Last modification time of the SuperMetric

string As .+
name
Required

The name of the SuperMetric