ReportRequest constructor

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

Implementation

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