PUSH DrillableResultStatus object implements PlayableResultStatus

Represents the status of the drillable (drill or course).

Fields

Field Type Description
type
required
String The type of the playable result status. This is always DRILLABLE_RESULT_STATUS
proficiency
optional
Integer The proficiency in case the playable is if type drillable.

Example

{
  "type": "DRILLABLE_RESULT_STATUS",
  "proficiency": 50
}

 

Last updated on