An event status resource.
| JSON representation | 
|---|
| { "kind": string, "definitionId": string, "playerId": string, "numEvents": string, "formattedNumEvents": string } | 
| Fields | |
|---|---|
| kind | 
 Uniquely identifies the type of this resource. Value is always the fixed string  | 
| definitionId | 
 The ID of the event definition. | 
| playerId | 
 The ID of the player. | 
| numEvents | 
 The current number of times this event has occurred. | 
| formattedNumEvents | 
 The current number of times this event has occurred, as a string. The formatting of this string depends on the configuration of your event in the Play Games Developer Console. | 
