Interface ForecastSpec

Export

ForecastSpec

interface ForecastSpec {
    description?: string;
    designator?: string;
    locationId?: string;
    officeId: string;
    sourceEntityId?: string;
    specId?: string;
    timeSeriesIds?: string[];
}

Properties

description?: string

Description of Forecast

Memberof

ForecastSpec

designator?: string

Forecast Designator

Memberof

ForecastSpec

locationId?: string

Location IDs

Memberof

ForecastSpec

officeId: string

Owning office of object.

Memberof

ForecastSpec

sourceEntityId?: string

Source Entity ID

Memberof

ForecastSpec

specId?: string

Forecast Spec ID

Memberof

ForecastSpec

timeSeriesIds?: string[]

List of Time Series IDs belonging to this Forecast Spec

Memberof

ForecastSpec