InputParameter.type_

Specify valid types of data that may be assigned to this parameter.

class InputParameter
@typeDSL
Union!(None, CWLType, InputRecordSchema, InputEnumSchema, InputArraySchema, string, Union!(CWLType, InputRecordSchema, InputEnumSchema, InputArraySchema, string)[]) type_;

Meta