UserGroupsUpdateStatus class
The status of the user group update.
Constructors
-
UserGroupsUpdateStatus({List<
String> ? userGroupIdsToAdd, List<String> ? userGroupIdsToRemove}) - UserGroupsUpdateStatus.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
userGroupIdsToAdd
→ List<
String> ? -
The list of user group IDs to add.
final
-
userGroupIdsToRemove
→ List<
String> ? -
The list of user group IDs to remove.
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