EventUpdateResponse
class EventUpdateResponse extends Collection (View source)
Properties
protected | $collection_key | ||
protected | $batchFailuresType | ||
protected | $batchFailuresDataType | ||
protected | $eventFailuresType | ||
protected | $eventFailuresDataType | ||
string | $kind | ||
protected | $playerEventsType | ||
protected | $playerEventsDataType |
Methods
setBatchFailures($batchFailures)
No description
getBatchFailures()
No description
setEventFailures($eventFailures)
No description
getEventFailures()
No description
setKind($kind)
No description
string
getKind()
No description
setPlayerEvents($playerEvents)
No description
getPlayerEvents()
No description
Details
setBatchFailures($batchFailures)
No description
EventBatchRecordFailure[]
getBatchFailures()
No description
setEventFailures($eventFailures)
No description
EventRecordFailure[]
getEventFailures()
No description
setKind($kind)
No description
string
getKind()
No description
setPlayerEvents($playerEvents)
No description
PlayerEvent[]
getPlayerEvents()
No description