PUSH Drill object

deprecated Represents a drill.

Fields

Field Type Description
id
required
String The unique ID of the drill.
type
required
String constant The playable type. For drills this will always be DRILL.
name
optional
String The name of the drill.
version
optional
String The version code of the drill.

Example

{
  "id": "_Q4GyCkGlieEEqef_0SKbA",
  "name": "Factory safety procedures",
  "type": "DRILL",
  "version": "bbV3"
}

 

Last updated on