ResourceBrowseRequest¶
data class ResourceBrowseRequest<Flags>(
val flags: Flags,
val itemsPerPage: Int?,
val next: String?,
val consistency: PaginationRequestV2Consistency?,
val itemsToSkip: Long?,
val sortBy: String?,
val sortDirection: SortDirection?,
)
Properties
flags: Flags
Flags
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?