RecentQuery constructor

RecentQuery({
  1. String? lastRunTime,
  2. LoggingQuery? loggingQuery,
  3. String? name,
  4. OpsAnalyticsQuery? opsAnalyticsQuery,
})

Implementation

RecentQuery({
  this.lastRunTime,
  this.loggingQuery,
  this.name,
  this.opsAnalyticsQuery,
});