MyBusinessProcessDownloadStarted

class MyBusinessProcessDownloadStarted(val processUUID: String, val action: String?) : MyBusinessProcessDownload

This data class is used internally when a download of process is started

Constructors

Link copied to clipboard
fun MyBusinessProcessDownloadStarted(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