CredentialListQueryBindingDto

constructor(page: UInt, pageSize: UInt, sort: SortableCredentialColumnBindingEnum?, sortDirection: SortDirection?, organisationId: String, name: String?, profiles: List<String>?, searchText: String?, searchType: List<SearchTypeBindingEnum>?, exact: List<CredentialListQueryExactColumnBindingEnum>?, roles: List<CredentialRoleBindingDto>?, ids: List<String>?, states: List<CredentialStateBindingEnum>?, include: List<CredentialListIncludeEntityTypeBindingEnum>?, credentialSchemaIds: List<String>?, createdDateAfter: String?, createdDateBefore: String?, lastModifiedAfter: String?, lastModifiedBefore: String?, issuanceDateAfter: String?, issuanceDateBefore: String?, revocationDateAfter: String?, revocationDateBefore: String?)