SavedQuery constructor

SavedQuery({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. LoggingQuery? loggingQuery,
  5. String? name,
  6. OpsAnalyticsQuery? opsAnalyticsQuery,
  7. String? updateTime,
  8. String? visibility,
})

Implementation

SavedQuery({
  this.createTime,
  this.description,
  this.displayName,
  this.loggingQuery,
  this.name,
  this.opsAnalyticsQuery,
  this.updateTime,
  this.visibility,
});