UserDeleteResponse constructor

UserDeleteResponse({
  1. bool dryRun,
  2. bool hardDelete,
  3. num total,
  4. List<String> userIds,
})

Implementation

UserDeleteResponse({this.dryRun, this.hardDelete, this.total, this.userIds});