Skip to content

OperationOutputParameters

@trimblecloudplatform/trimblecloud.processing


@trimblecloudplatform/trimblecloud.processing / OperationOutputParameters

Interface: OperationOutputParameters

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

Properties

description?

optional description: string

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

Descriptive text for the output parameter.


name?

optional name: string

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

Human readable name for the parameter.


optional

optional: boolean

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

Whether the parameter is optional or required.


type

type: ParameterType

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

Data type of the output parameter