EventBatchRecordFailure constructor
EventBatchRecordFailure({
- String? failureCause,
- String? kind,
- EventPeriodRange? range,
Implementation
EventBatchRecordFailure({
this.failureCause,
this.kind,
this.range,
});