Unit metadata for a numeric metric.

Hierarchy

  • CommitmentsUnit

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
family: string

The unit family (for example, percentage or money).

id: number

The unit identifier.

name: string

The unit name (for example, percent or dollar).

plural: string

The plural form of the unit name.

scaleFactor: number

The scale factor for the unit.

shortName: string

The abbreviated unit name (for example, % or $).

Generated using TypeDoc