Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.15 KB

File metadata and controls

18 lines (15 loc) · 1.15 KB

PartCategoryResponseModel

Properties

Name Type Description Notes
results list[PartCategory] [optional]
is_success bool It represents Success of an API request. [optional]
message str The Response represents the Response Message of API [optional]
status str The Status represents the response status of API [optional]
status_code int The Response represents the ResponseCode of API [optional]
page_number int The page number this page represents. [optional]
page_size int The number of records returned in a page. [optional]
total_number_of_pages int The total number of pages available. [optional]
total_number_of_records int The total number of records available. [optional]
next_page_url str The URL to the next page - if null, there are no more pages. [optional]

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