FVyPageableObjectDto
A pageable object
Properties
Field | Type | Description |
---|---|---|
offset | int | The offset of the pageable object |
sort | The sorting criteria for the pageable object | |
unpaged | bool | Flag indicating if the object is unpaged |
paged | bool | Flag indicating if the object is paged |
pageNumber | int | The page number of the pageable object |
pageSize | int | The page size of the pageable object |
Last updated