VyPageableObjectDto
This class represents a pageable object with sorting and pagination options.
Last updated
This class represents a pageable object with sorting and pagination options.
Last updated
offset
int
The offset of the pageable object.
sort
The sorting options of the pageable object.
unpaged
bool
Indicates whether the pageable object is unpaged.
paged
bool
Indicates whether the pageable object is paged.
pageNumber
int
The page number of the pageable object.
pageSize
int
The page size of the pageable object.