GoogleCloudIdentitytoolkitV1BatchDeleteAccountsRequest constructor

GoogleCloudIdentitytoolkitV1BatchDeleteAccountsRequest({
  1. bool? force,
  2. List<String>? localIds,
  3. String? tenantId,
})

Implementation

GoogleCloudIdentitytoolkitV1BatchDeleteAccountsRequest({
  this.force,
  this.localIds,
  this.tenantId,
});