Group constructor

Group({
  1. List<EntityKey>? additionalGroupKeys,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. DynamicGroupMetadata? dynamicGroupMetadata,
  6. EntityKey? groupKey,
  7. Map<String, String>? labels,
  8. String? name,
  9. String? parent,
  10. String? updateTime,
})

Implementation

Group({
  this.additionalGroupKeys,
  this.createTime,
  this.description,
  this.displayName,
  this.dynamicGroupMetadata,
  this.groupKey,
  this.labels,
  this.name,
  this.parent,
  this.updateTime,
});