SavedQuery constructor

SavedQuery({
  1. QueryContent? content,
  2. String? createTime,
  3. String? creator,
  4. String? description,
  5. Map<String, String>? labels,
  6. String? lastUpdateTime,
  7. String? lastUpdater,
  8. String? name,
})

Implementation

SavedQuery({
  this.content,
  this.createTime,
  this.creator,
  this.description,
  this.labels,
  this.lastUpdateTime,
  this.lastUpdater,
  this.name,
});