DescribeUserResponse constructor

DescribeUserResponse({
  1. String? brokerId,
  2. bool? consoleAccess,
  3. List<String>? groups,
  4. UserPendingChanges? pending,
  5. String? username,
})

Implementation

DescribeUserResponse({
  this.brokerId,
  this.consoleAccess,
  this.groups,
  this.pending,
  this.username,
});