SkuArgs

data class SkuArgs(val name: Output<String>) : ConvertibleToJava<SkuArgs>

The resource model definition representing SKU

Constructors

Link copied to clipboard
constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the SKU.

Functions

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