ImageTypeValuesEnumValueArgs

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

Definition of ImageTypeValuesEnumValue

Constructors

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

Properties

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

Property value

Functions

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