DescribeUserResponse constructor

DescribeUserResponse({
  1. String? requestId,
  2. int? status,
  3. User? user,
})

Implementation

DescribeUserResponse({
  this.requestId,
  this.status,
  this.user,
});