CognitiveServicesAccountSkuChangeInfoResponse

data class CognitiveServicesAccountSkuChangeInfoResponse(val countOfDowngrades: Double, val countOfUpgradesAfterDowngrades: Double, val lastChangeDate: String)

Sku change info of account.

Constructors

constructor(countOfDowngrades: Double, countOfUpgradesAfterDowngrades: Double, lastChangeDate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the count of downgrades.

Link copied to clipboard

Gets the count of upgrades after downgrades.

Link copied to clipboard

Gets the last change date.