TrustAnchorListQuery

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?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var name: String?
Link copied to clipboard
var page: UInt
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var type: String?