UserDeleteRequest constructor

UserDeleteRequest({
  1. bool dryRun,
  2. bool hardDelete,
  3. num limit,
  4. String query,
  5. String queryString,
  6. List<String> userIds,
})

Implementation

UserDeleteRequest(
    {this.dryRun,
    this.hardDelete,
    this.limit,
    this.query,
    this.queryString,
    this.userIds});