ListGroupsResponse constructor

ListGroupsResponse({
  1. List<Group>? groupList,
  2. String? nextToken,
  3. String? requestId,
  4. int? status,
})

Implementation

ListGroupsResponse({
  this.groupList,
  this.nextToken,
  this.requestId,
  this.status,
});