Trust Anchor List Query
data class TrustAnchorListQuery(var page: UInt, var pageSize: UInt, var sort: SortableTrustAnchorColumn?, var sortDirection: SortDirection?, var name: String?, var isPublisher: Boolean?, var type: String?, var exact: List<TrustAnchorListQueryExactColumn>?, var createdDateAfter: String?, var createdDateBefore: String?, var lastModifiedAfter: String?, var lastModifiedBefore: String?)
Constructors
Link copied to clipboard
constructor(page: UInt, pageSize: UInt, sort: SortableTrustAnchorColumn?, sortDirection: SortDirection?, name: String?, isPublisher: Boolean?, type: String?, exact: List<TrustAnchorListQueryExactColumn>?, createdDateAfter: String?, createdDateBefore: String?, lastModifiedAfter: String?, lastModifiedBefore: String?)