DescribeUserGroupsResult constructor

DescribeUserGroupsResult({
  1. String? marker,
  2. List<UserGroup>? userGroups,
})

Implementation

DescribeUserGroupsResult({
  this.marker,
  this.userGroups,
});