CreateGroupOutput class

Constructors

CreateGroupOutput({Group? group, GroupConfiguration? groupConfiguration, ResourceQuery? resourceQuery, Map<String, String>? tags})
CreateGroupOutput.fromJson(Map<String, dynamic> json)
factory

Properties

group Group?
The description of the resource group.
final
groupConfiguration GroupConfiguration?
The service configuration associated with the resource group. For details about the syntax of a service configuration, see Service configurations for resource groups.
final
hashCode int
The hash code for this object.
no setterinherited
resourceQuery ResourceQuery?
The resource query associated with the group. For more information about resource queries, see Create a tag-based group in Resource Groups.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
The tags associated with the group.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited