ScheduledQueryLastRunSummaryQueryInsightsResponseQuerySpatialCoverage constructor

const ScheduledQueryLastRunSummaryQueryInsightsResponseQuerySpatialCoverage({
  1. Input<List<ScheduledQueryLastRunSummaryQueryInsightsResponseQuerySpatialCoverageMaxis>?>? maxes,
})

Creates a new ScheduledQueryLastRunSummaryQueryInsightsResponseQuerySpatialCoverage. maxes Insights into the most sub-optimal performing table on the temporal axis:

Implementation

const ScheduledQueryLastRunSummaryQueryInsightsResponseQuerySpatialCoverage({
  this.maxes,
});