AssignmentStatusResponse

data class AssignmentStatusResponse(val message: String? = null, val state: String)

Status of the assignment resource

Constructors

Link copied to clipboard
constructor(message: String? = null, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null

Reason for the status

Link copied to clipboard

State of the assignment resource