ListGroupsResponse constructor

ListGroupsResponse({
  1. required List<Group> groups,
  2. bool? isTruncated,
  3. String? marker,
})

Implementation

ListGroupsResponse({
  required this.groups,
  this.isTruncated,
  this.marker,
});