Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 657 Bytes

Parameter.md

File metadata and controls

16 lines (12 loc) · 657 Bytes

Finbourne.Workflow.Sdk.Model.Parameter

Defines a Worker Parameter

Properties

Name Type Description Notes
Type string The type of this Parameter
Name string Name
DisplayName string DisplayName [optional]
Description string Description [optional]
Required bool Required or not
DefaultValue string DefaultValue [optional]

Back to Model listBack to API listBack to README