Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 921 Bytes

JobListResponse.md

File metadata and controls

16 lines (12 loc) · 921 Bytes

icar1::JobListResponse

Properties

Name Type Description Notes
items array[JobResponse] Items in paged list [optional]
itemCount integer Number of items included in the page [optional]
firstPageToken character PageToken for first paged list [optional]
nextPageToken character PageToken for the next paged list [optional]
prevPageToken character PageToken for the previous paged list [optional]
lastPageToken character PageToken for the last paged list. Only included when totalItemCount is listed [optional]
totalItemCount integer Total number of items in all pages. Only included when requested [optional]
totalPageCount integer Total number of pages. Only included when totalItemCount is listed [optional]