PUSH Playable object
deprecated Represents a generic handle to a drill, story, course or test.
Fields
| Field | Type | Description |
|---|---|---|
idrequired |
String | The unique ID of the playable. |
typerequired |
String constant | The playable type. Possible values are DRILL, STORY, COURSE and TEST. |
nameoptional |
String | The name of the playable. |
Example
{
"id": "_Q4GyCkGlieEEqef_0SKbA",
"name": "Factory safety procedures",
"type": "DRILL"
}
Last updated on