Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.33 KB

DAGStringInput.md

File metadata and controls

17 lines (12 loc) · 1.33 KB

PollinationSDK.Model.DAGStringInput

Properties

Name Type Description Notes
Default string Default value for generic input. [optional]
Alias List<AnyOfDAGGenericInputAliasDAGStringInputAliasDAGIntegerInputAliasDAGNumberInputAliasDAGBooleanInputAliasDAGFolderInputAliasDAGFileInputAliasDAGPathInputAliasDAGArrayInputAliasDAGJSONObjectInputAliasDAGLinkedInputAlias> A list of aliases for this input in different platforms. [optional]
Required bool A field to indicate if this input is required. This input needs to be set explicitly even when a default value is provided. [optional] [default to false]
Spec Object An optional JSON Schema specification to validate the input value. You can use validate_spec method to validate a value against the spec. [optional]
Type string [optional] [readonly] [default to "DAGStringInput"]

[Back to Model list] [Back to API list] [Back to README]