ReportResponse constructor

ReportResponse({
  1. List<ReportError>? reportErrors,
  2. String? serviceConfigId,
  3. String? serviceRolloutId,
})

Implementation

ReportResponse({
  this.reportErrors,
  this.serviceConfigId,
  this.serviceRolloutId,
});