CreateGroupOutput constructor
CreateGroupOutput({
- Group? group,
- GroupConfiguration? groupConfiguration,
- ResourceQuery? resourceQuery,
- Map<
String, String> ? tags,
Implementation
CreateGroupOutput({
this.group,
this.groupConfiguration,
this.resourceQuery,
this.tags,
});