OperationsList
@trimblecloudplatform/trimblecloud.processing
@trimblecloudplatform/trimblecloud.processing / OperationsList
Interface: OperationsList
Defined in: src/models/operations.ts:13
Interface for the response from the API when retrieving a list of operations. This interface extends the BaseResponse interface and includes an array of operations.
Extends
PageResponse
Properties
currentPage?
optionalcurrentPage:number
Defined in: src/models/pageResponse.ts:13
Current page of the Procedures object list.
Inherited from
PageResponse.currentPage
items?
optionalitems:Operation[]
Defined in: src/models/operations.ts:17
The list of Operations.
perPage?
optionalperPage:number
Defined in: src/models/pageResponse.ts:18
The number of items to return per page. The default is 5 and the maximum is 1000.
Inherited from
PageResponse.perPage
totalEntries?
optionaltotalEntries:number
Defined in: src/models/pageResponse.ts:23
The total number of entries in the list.
Inherited from
PageResponse.totalEntries
totalPages?
optionaltotalPages:number
Defined in: src/models/pageResponse.ts:28
The total number of pages in the list.
Inherited from
PageResponse.totalPages