ProductCodeValuesEnumValueArgs

data class ProductCodeValuesEnumValueArgs(val value: Output<Either<String, ProductCodeValues>>? = null) : ConvertibleToJava<ProductCodeValuesEnumValueArgs>

Definition of ProductCodeValuesEnumValue

Constructors

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

Properties

Link copied to clipboard
val value: Output<Either<String, ProductCodeValues>>? = null

Property value

Functions

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