EntityStatusArgs

data class EntityStatusArgs(val error: Output<Either<Any, EntityStatusErrorPropertiesArgs>>? = null, val state: Output<EntityStatusState>? = null) : ConvertibleToJava<EntityStatusArgs>

Constructors

Link copied to clipboard
constructor(error: Output<Either<Any, EntityStatusErrorPropertiesArgs>>? = null, state: Output<EntityStatusState>? = null)

Properties

Link copied to clipboard
val error: Output<Either<Any, EntityStatusErrorPropertiesArgs>>? = null
Link copied to clipboard
val state: Output<EntityStatusState>? = null

Functions

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