ReleaseJobRequestBody

data class ReleaseJobRequestBody(var requestType: RequestTypes = RequestTypes.RELEASE, var requestVersion: RequestVersion = RequestVersion.SYNCHRONOUS)

Constructors

Link copied to clipboard
fun ReleaseJobRequestBody(requestType: RequestTypes = RequestTypes.RELEASE, 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