SkuResponse

data class SkuResponse(val name: String? = null, val tier: String? = null)

The sku type.

Constructors

Link copied to clipboard
constructor(name: String? = null, tier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The sku name. Required for data manager creation, optional for update.

Link copied to clipboard
val tier: String? = null

The sku tier. This is based on the SKU name.