ElseConditionArgs

data class ElseConditionArgs(val operations: Output<List<StorageTaskOperationArgs>>) : ConvertibleToJava<ElseConditionArgs>

The else block of storage task operation

Constructors

Link copied to clipboard
constructor(operations: Output<List<StorageTaskOperationArgs>>)

Properties

Link copied to clipboard

List of operations to execute in the else block

Functions

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