DeviceTypeEnumValueArgs

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

Definition of DeviceTypeEnumValue

Constructors

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

Properties

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

Property value

Functions

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