Skip to content

Parameter

@trimblecloudplatform/trimblecloud.processing


@trimblecloudplatform/trimblecloud.processing / Parameter

Interface: Parameter

Defined in: src/models/operations.ts:158

Properties

description?

optional description: string

Defined in: src/models/operations.ts:168

Descriptive text for the input parameter.


encrypted?

optional encrypted: boolean

Defined in: src/models/operations.ts:183

Indicates that the parameter contains sensitive information. T


name?

optional name: string

Defined in: src/models/operations.ts:173

Human readable name for the parameter.


optional

optional: boolean

Defined in: src/models/operations.ts:178

Whether the parameter is optional or required.


type

type: ParameterType

Defined in: src/models/operations.ts:163

Data type of the parameter