Proof List Query
data class ProofListQuery(var page: UInt, var pageSize: UInt, var organisationId: String, var sort: SortableProofColumn?, var sortDirection: SortDirection?, var name: String?, var profiles: List<String>?, var ids: List<String>?, var proofStates: List<ProofState>?, var proofRoles: List<ProofRole>?, var proofSchemaIds: List<String>?, var exact: List<ProofListQueryExactColumn>?, var createdDateAfter: String?, var createdDateBefore: String?, var lastModifiedAfter: String?, var lastModifiedBefore: String?, var requestedDateAfter: String?, var requestedDateBefore: String?, var completedDateAfter: String?, var completedDateBefore: String?)
Constructors
Link copied to clipboard
constructor(page: UInt, pageSize: UInt, organisationId: String, sort: SortableProofColumn?, sortDirection: SortDirection?, name: String?, profiles: List<String>?, ids: List<String>?, proofStates: List<ProofState>?, proofRoles: List<ProofRole>?, proofSchemaIds: List<String>?, exact: List<ProofListQueryExactColumn>?, createdDateAfter: String?, createdDateBefore: String?, lastModifiedAfter: String?, lastModifiedBefore: String?, requestedDateAfter: String?, requestedDateBefore: String?, completedDateAfter: String?, completedDateBefore: String?)
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
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
Link copied to clipboard