ListUsersInGroupResponse constructor

ListUsersInGroupResponse({
  1. String? nextToken,
  2. List<UserType>? users,
})

Implementation

ListUsersInGroupResponse({
  this.nextToken,
  this.users,
});