ReportRequest constructor

ReportRequest({
  1. List<Operation>? operations,
  2. String? serviceConfigId,
})

Implementation

ReportRequest({this.operations, this.serviceConfigId});