CreateGroupOutput constructor

CreateGroupOutput({
  1. Group? group,
  2. GroupConfiguration? groupConfiguration,
  3. ResourceQuery? resourceQuery,
  4. Map<String, String>? tags,
})

Implementation

CreateGroupOutput({
  this.group,
  this.groupConfiguration,
  this.resourceQuery,
  this.tags,
});