If Condition Args
data class IfConditionArgs(val condition: Output<String>, val operations: Output<List<StorageTaskOperationArgs>>) : ConvertibleToJava<IfConditionArgs>
The if block of storage task operation
The if block of storage task operation