DeleteUserByPrincipalIdResponse constructor

DeleteUserByPrincipalIdResponse({
  1. String? requestId,
  2. int? status,
})

Implementation

DeleteUserByPrincipalIdResponse({
  this.requestId,
  this.status,
});