KpiPropertiesResponse

data class KpiPropertiesResponse(val enabled: Boolean? = null, val id: String? = null, val type: String? = null)

Each KPI must contain a 'type' and 'enabled' key.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, id: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

show the KPI in the UI?

Link copied to clipboard
val id: String? = null

ID of resource related to metric (budget).

Link copied to clipboard
val type: String? = null

KPI type (Forecast, Budget).