SkuArgs

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

The Sku.

Constructors

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

Properties

Link copied to clipboard
val displayName: Output<String>? = null

The display name of the sku.

Link copied to clipboard
val family: Output<String>? = null

The sku family.

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

The sku name.

Functions

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