Skip to content

OutputParameter

@trimblecloudplatform/trimblecloud.processing


@trimblecloudplatform/trimblecloud.processing / OutputParameter

Interface: OutputParameter

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

Properties

description?

optional description: string

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

Descriptive text for the output parameter.


name?

optional name: string

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

Human readable name for the parameter.


optional

optional: boolean

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

Whether the parameter is optional or required.


type

type: ParameterType

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

Data type of the output parameter