OperationInputParameter.type_

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

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

Meta