RecentQuery constructor
RecentQuery({
- String? lastRunTime,
- LoggingQuery? loggingQuery,
- String? name,
- OpsAnalyticsQuery? opsAnalyticsQuery,
Implementation
RecentQuery({
this.lastRunTime,
this.loggingQuery,
this.name,
this.opsAnalyticsQuery,
});