TestBaseAccountSKUResponse

data class TestBaseAccountSKUResponse(val capabilities: List<TestBaseAccountSKUCapabilityResponse>, val locations: List<String>? = null, val name: String, val resourceType: String? = null, val tier: String)

Describes a Test Base Account SKU.

Constructors

Link copied to clipboard
constructor(capabilities: List<TestBaseAccountSKUCapabilityResponse>, locations: List<String>? = null, name: String, resourceType: String? = null, tier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val locations: List<String>? = null

The locations that the SKU is available.

Link copied to clipboard

The name of the SKU. This is typically a letter + number code, such as B0 or S0.

Link copied to clipboard
val resourceType: String? = null

The type of resource the SKU applies to.

Link copied to clipboard

The tier of this particular SKU.