Qualification

The Qualification data structure represents a Qualification assigned to a user, including the Qualification type and the value (score).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time the Qualification was granted to the Worker. If the Worker's Qualification was revoked, and then re-granted based on a new Qualification request, GrantTime is the date and time of the last call to the AcceptQualificationRequest operation.

Link copied to clipboard

The value (score) of the Qualification, if the Qualification has an integer value.

Link copied to clipboard

The Locale data structure represents a geographical region or location.

Link copied to clipboard

The ID of the Qualification type for the Qualification.

Link copied to clipboard

The status of the Qualification. Valid values are Granted | Revoked.

Link copied to clipboard

The ID of the Worker who possesses the Qualification.

Functions

Link copied to clipboard
inline fun copy(block: Qualification.Builder.() -> Unit = {}): Qualification
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String