EventUpdateResponse constructor

EventUpdateResponse({
  1. List<EventBatchRecordFailure>? batchFailures,
  2. List<EventRecordFailure>? eventFailures,
  3. String? kind,
  4. List<PlayerEvent>? playerEvents,
})

Implementation

EventUpdateResponse({
  this.batchFailures,
  this.eventFailures,
  this.kind,
  this.playerEvents,
});