OperationForCreateUpdateProcedure
@trimblecloudplatform/trimblecloud.processing
@trimblecloudplatform/trimblecloud.processing / OperationForCreateUpdateProcedure
Interface: OperationForCreateUpdateProcedure
Defined in: src/models/procedures.ts:309
Properties
description?
optionaldescription:string
Defined in: src/models/procedures.ts:345
A description of an operation and its function.
engineName?
optionalengineName:string
Defined in: src/models/procedures.ts:321
The name of the backend engine that supports this operation.
identifier
identifier:
string
Defined in: src/models/procedures.ts:313
Unique identifier string for the operation.
inputs?
optionalinputs:Record<string,OperationInputs>
Defined in: src/models/procedures.ts:329
Named inputs for the Operation.
name?
optionalname:string
Defined in: src/models/procedures.ts:341
Human-readable name of the Operation.
outputParameters?
optionaloutputParameters:Record<string,OperationOutputParameters>
Defined in: src/models/procedures.ts:337
A list of parameter objects that define values to be output from an Operation.
outputs?
optionaloutputs:Record<string,OperationOutputs>
Defined in: src/models/procedures.ts:333
A Procedure Operation does not require Output Ports to be defined in the Procedure definition except for the case when a Switcher Operation is being utilized.
parameters?
optionalparameters:Record<string,OperationParameters>
Defined in: src/models/procedures.ts:325
Parameters for the Operation. Each Operation can have 0 or more parameters.
version
version:
number
Defined in: src/models/procedures.ts:317
The version of the Operation.