SavedQuery constructor
SavedQuery({
- String? createTime,
- String? description,
- String? displayName,
- LoggingQuery? loggingQuery,
- String? name,
- OpsAnalyticsQuery? opsAnalyticsQuery,
- String? updateTime,
- String? visibility,
Implementation
SavedQuery({
this.createTime,
this.description,
this.displayName,
this.loggingQuery,
this.name,
this.opsAnalyticsQuery,
this.updateTime,
this.visibility,
});