UNPKG

@omnia/fx-models

Version:
18 lines (17 loc) 723 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArchiveIdentityManagementQuery = void 0; class ArchiveIdentityManagementQuery { constructor(searchText, identityType, providerId, pageNumber, pageSize, sortColumn, sortDesc, businessProfileId, language) { this.searchText = searchText; this.identityType = identityType; this.providerId = providerId; this.pageNumber = pageNumber; this.pageSize = pageSize; this.sortColumn = sortColumn; this.sortDesc = sortDesc; this.businessProfileId = businessProfileId; this.language = language; } } exports.ArchiveIdentityManagementQuery = ArchiveIdentityManagementQuery;