EventBatchRecordFailure constructor

EventBatchRecordFailure({
  1. String? failureCause,
  2. String? kind,
  3. EventPeriodRange? range,
})

Implementation

EventBatchRecordFailure({this.failureCause, this.kind, this.range});