ResourceSearchRequest
¶
data class ResourceSearchRequest<Flags>(
val flags: Flags,
val query: String,
val itemsPerPage: Int?,
val next: String?,
val consistency: PaginationRequestV2Consistency?,
val itemsToSkip: Long?,
val sortBy: String?,
val sortDirection: SortDirection?,
)
Properties
flags
: Flags
Flags
query
: String
String
itemsPerPage
: Int?
Requested number of items per page. Supported values: 10, 25, 50, 100, 250.
Int?
next
: String?
A token requesting the next page of items
String?
consistency
: PaginationRequestV2Consistency?
Controls the consistency guarantees provided by the backend
PaginationRequestV2Consistency?
itemsToSkip
: Long?
Items to skip ahead
Long?
sortBy
: String?
String?
sortDirection
: SortDirection?
SortDirection?