SkuArgs

data class SkuArgs(val name: Output<Either<String, SkuName>>, val tier: Output<Either<String, SkuTier>>? = null) : ConvertibleToJava<SkuArgs>

The SKU name. Required for account creation; optional for update.

Constructors

Link copied to clipboard
constructor(name: Output<Either<String, SkuName>>, tier: Output<Either<String, SkuTier>>? = null)

Properties

Link copied to clipboard
val name: Output<Either<String, SkuName>>

The sku name.

Link copied to clipboard
val tier: Output<Either<String, SkuTier>>? = null

The sku tier.

Functions

Link copied to clipboard
open override fun toJava(): SkuArgs