SkuArgs

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

The properties that are associated with a SKU.

Constructors

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

Properties

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

The name of the SKU. Required on PUT (CreateOrReplace) requests.

Functions

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