DescribeGroupsResponse constructor

DescribeGroupsResponse({
  1. List<GroupMetadata>? groups,
  2. String? marker,
})

Implementation

DescribeGroupsResponse({
  this.groups,
  this.marker,
});