Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 793 Bytes

RunTemplateParameter.md

File metadata and controls

16 lines (12 loc) · 793 Bytes

CosmotechApi.RunTemplateParameter

Properties

Name Type Description Notes
id String the Parameter id
labels {String: String} a translated label with key as ISO 639-1 code [optional]
varType String the variable type for the parameter. Basic types or special type %DATASETID% [optional]
defaultValue String the default value for this parameter [optional]
minValue String the minimum value for this parameter [optional]
maxValue String the maximum value for this parameter [optional]
regexValidation String a regex to validate the value [optional]
options {String: Object} freeform options [optional]