DescribeUsersResponse constructor

DescribeUsersResponse({
  1. String? marker,
  2. int? totalNumberOfUsers,
  3. List<User>? users,
})

Implementation

DescribeUsersResponse({
  this.marker,
  this.totalNumberOfUsers,
  this.users,
});