Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Forecast

Package version

interface

An interface representing Forecast. A forecast resource.

extends

Resource

Hierarchy

Index

Properties

Optional charge

charge: undefined | number
member

{number} [charge] The amount of charge NOTE: This property will not be serialized. It can only be populated by the server.

Optional chargeType

chargeType: ChargeType
member

{ChargeType} [chargeType] The type of the charge. Could be actual or forecast. Possible values include: 'Actual', 'Forecast'

Optional confidenceLevels

member

{ForecastPropertiesConfidenceLevelsItem[]} [confidenceLevels] The details about the forecast confidence levels. This is populated only when chargeType is Forecast. NOTE: This property will not be serialized. It can only be populated by the server.

Optional currency

currency: undefined | string
member

{string} [currency] The ISO currency in which the meter is charged, for example, USD. NOTE: This property will not be serialized. It can only be populated by the server.

Optional grain

grain: Grain
member

{Grain} [grain] The granularity of forecast. Possible values include: 'Daily', 'Monthly', 'Yearly'

Optional id

id: undefined | string
member

{string} [id] Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] Resource tags. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string
member

{string} [type] Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional usageDate

usageDate: undefined | string
member

{string} [usageDate] The usage date of the forecast. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc