GetReportsResponse constructor

GetReportsResponse({
  1. int? queryCost,
  2. List<Report>? reports,
  3. ResourceQuotasRemaining? resourceQuotasRemaining,
})

Implementation

GetReportsResponse({
  this.queryCost,
  this.reports,
  this.resourceQuotasRemaining,
});