MyBusinessExternalInformationWidgetReceived

class MyBusinessExternalInformationWidgetReceived(    val processUUID: String,     val widgetUUID: String,     val dataJson: JsonObject) : MyBusinessProcessUpdate

This data class is used when app receive requested data from external system

Constructors

fun MyBusinessExternalInformationWidgetReceived(    processUUID: String,     widgetUUID: String,     dataJson: JsonObject)

Properties

Link copied to clipboard
val dataJson: JsonObject
Link copied to clipboard
val widgetUUID: String

Inherited properties

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