- doc_
Union!(None, string, string[]) doc_;
A documentation string for this object, or an array of strings which should be concatenated.
- format_
Union!(None, string, Expression) format_;
Only valid when type: File or is an array of items: File.
- label_
Union!(None, string) label_;
A short, human-readable label of this object.
- name_
string name_;
- outputBinding_
Union!(None, CommandOutputBinding) outputBinding_;
Describes how to generate this output object based on the files
produced by a CommandLineTool
- secondaryFiles_
Union!(None, SecondaryFileSchema, SecondaryFileSchema[]) secondaryFiles_;
Only valid when type: File or is an array of items: File.
- streamable_
bool streamable_;
Only valid when type: File or is an array of items: File.
- type_
Union!(CWLType, CommandOutputRecordSchema, CommandOutputEnumSchema, CommandOutputArraySchema, string, Union!(CWLType, CommandOutputRecordSchema, CommandOutputEnumSchema, CommandOutputArraySchema, string)[]) type_;