CancelJobRequestBody

data class CancelJobRequestBody(var requestType: RequestTypes = RequestTypes.CANCEL, var requestVersion: RequestVersion = RequestVersion.SYNCHRONOUS)

Constructors

Link copied to clipboard
fun CancelJobRequestBody(requestType: RequestTypes = RequestTypes.CANCEL, requestVersion: RequestVersion = RequestVersion.SYNCHRONOUS)

Properties

Link copied to clipboard
@SerializedName(value = "request")
@Expose
var requestType: RequestTypes
Link copied to clipboard
@SerializedName(value = "version")
@Expose
var requestVersion: RequestVersion