The attributes of a unit cost.

Hierarchy

  • UnitCostDataAttributesResponse

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
createdAt: Date

The time the unit cost was created.

createdBy: string

The UUID of the user who created the unit cost.

denominatorQuery: UnitCostQueryDefinition

A timeseries object containing queries and formulas arrays.

denominatorType: string

The data source of the denominator queries, or multisource when the denominator queries span more than one data source.

description?: string

The description of the unit cost. Omitted when the unit cost has no description.

name: string

The name of the unit cost.

numeratorQuery: UnitCostQueryDefinition

A timeseries object containing queries and formulas arrays.

orgId: number

The ID of the organization the unit cost belongs to.

unitLabel: string

The label describing the denominator unit.

updatedAt: Date

The time the unit cost was last updated.

updatedBy: string

The UUID of the user who last updated the unit cost.

Generated using TypeDoc