MyBusinessProcessesDeleted

data class MyBusinessProcessesDeleted(val processUUIDList: List<String>) : MyBusinessProcessListUpdate

This data class is used when a list process are deleted

Constructors

Link copied to clipboard
fun MyBusinessProcessesDeleted(processUUIDList: List<String>)

Properties

Link copied to clipboard
val processUUIDList: List<String>

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
var type: String