ScheduledQueryRecentlyFailedRunQueryInsightsResponseQueryTemporalRange constructor

const ScheduledQueryRecentlyFailedRunQueryInsightsResponseQueryTemporalRange({
  1. Input<List<ScheduledQueryRecentlyFailedRunQueryInsightsResponseQueryTemporalRangeMaxis>?>? maxes,
})

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

Implementation

const ScheduledQueryRecentlyFailedRunQueryInsightsResponseQueryTemporalRange({
  this.maxes,
});