Skip to content

ProceduresList

@trimblecloudplatform/trimblecloud.processing


@trimblecloudplatform/trimblecloud.processing / ProceduresList

Interface: ProceduresList

Defined in: src/models/procedures.ts:13

Reresents a list of Procedures.

Extends

  • PageResponse

Properties

currentPage?

optional currentPage: number

Defined in: src/models/pageResponse.ts:13

Current page of the Procedures object list.

Inherited from

PageResponse.currentPage


items

items: Procedure[]

Defined in: src/models/procedures.ts:17

The list of Procedures.


perPage?

optional perPage: 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?

optional totalEntries: number

Defined in: src/models/pageResponse.ts:23

The total number of entries in the list.

Inherited from

PageResponse.totalEntries


totalPages?

optional totalPages: number

Defined in: src/models/pageResponse.ts:28

The total number of pages in the list.

Inherited from

PageResponse.totalPages