The attributes of a unit cost create or replace request.

Hierarchy

  • UnitCostRequestAttributes

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
denominatorQuery: UnitCostQueryDefinition

A timeseries object containing queries and formulas arrays.

description?: string

An optional description of the unit cost. At most 2000 characters.

name: string

The name of the unit cost. At most 200 characters.

numeratorQuery: UnitCostQueryDefinition

A timeseries object containing queries and formulas arrays.

unitLabel: string

The label describing the denominator unit, for example user. At most 100 characters.

Generated using TypeDoc