MyBusinessProcessUploadStarted

class MyBusinessProcessUploadStarted(val processUUID: String, val action: String) : MyBusinessProcessUpload

This data class is used internally when a process upload operation is started

Constructors

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