DescribeUserResponse constructor

DescribeUserResponse({
  1. DateTime? disabledDate,
  2. String? displayName,
  3. String? email,
  4. DateTime? enabledDate,
  5. String? name,
  6. EntityState? state,
  7. String? userId,
  8. UserRole? userRole,
})

Implementation

DescribeUserResponse({
  this.disabledDate,
  this.displayName,
  this.email,
  this.enabledDate,
  this.name,
  this.state,
  this.userId,
  this.userRole,
});