Group constructor

Group({
  1. AutoAccept? autoAccept,
  2. String? createTime,
  3. String? description,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? routeTable,
  7. String? state,
  8. String? uid,
  9. String? updateTime,
})

Implementation

Group({
  this.autoAccept,
  this.createTime,
  this.description,
  this.labels,
  this.name,
  this.routeTable,
  this.state,
  this.uid,
  this.updateTime,
});