ListGroupsForUserResponse class
Contains the response to a successful ListGroupsForUser request.
Constructors
-
ListGroupsForUserResponse({required List<
Group> groups, bool? isTruncated, String? marker}) - ListGroupsForUserResponse.fromXml(XmlElement elem)
-
factory
Properties
-
groups
→ List<
Group> -
A list of groups.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isTruncated → bool?
-
A flag that indicates whether there are more items to return. If your
results were truncated, you can make a subsequent pagination request using
the
Marker
request parameter to retrieve more items. Note that IAM might return fewer than theMaxItems
number of results even when there are more results available. We recommend that you checkIsTruncated
after every call to ensure that you receive all your results.final - marker → String?
-
When
IsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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