Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 701 Bytes

PayloadResponsePaginatedResponse.md

File metadata and controls

14 lines (10 loc) · 701 Bytes

Org.OpenAPITools.Model.PayloadResponsePaginatedResponse

Properties

Name Type Description Notes
PageNumber int Current page number [optional]
TotalPages int Total number of pages [optional]
Total int Total number of items [optional]
TotalNotFiltered int Total number of items (unfiltered by search) [optional]
Rows List<PayloadResponse> Request data [optional]

[Back to Model list] [Back to API list] [Back to README]