Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 735 Bytes

ApiResultReportList.md

File metadata and controls

13 lines (9 loc) · 735 Bytes

ApiResultReportList

Properties

Name Type Description Notes
count int Number of items returned
payload list[ReportItem] The payload of the response. Type depends on the API request. [optional]
success bool Indicates if the request was successfull or not. true if the request was handled successfully, false otherwise.
errors list[ApiError] Error(s) accociated with the API request. [optional]

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