UserpoolGroupResponse class

Annotations
  • @JsonSerializable()

Constructors

UserpoolGroupResponse({required String groupId, required String groupName, String? icon, required num status, required List<UserpoolGroupUserObject> groupUsers, required String createdAt, String? updatedAt})
const
UserpoolGroupResponse.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt String
finalinherited
groupId String
finalinherited
groupName String
finalinherited
groupUsers List<UserpoolGroupUserObject>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
icon String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status num
finalinherited
updatedAt String?
finalinherited

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