TDeleteUsersBody constructor

const TDeleteUsersBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required List<String> userIds,
})

Implementation

const TDeleteUsersBody({
  this.timestampMs,
  this.organizationId,
  required this.userIds,
});