MyBusinessProcessUpdateSuccess

class MyBusinessProcessUpdateSuccess(val processUUID: String, val action: String) : MyBusinessProcessUpdate

This data class is used internally when a process is successfully updated

Constructors

Link copied to clipboard
fun MyBusinessProcessUpdateSuccess(processUUID: String, action: String)

Properties

Link copied to clipboard
val action: String

Inherited properties

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