CommandInputRecordField

Members

Mixins

__anonymous
mixin genCtor
Undocumented in source.
__anonymous
mixin genIdentifier
Undocumented in source.
__anonymous
mixin genDumper
Undocumented in source.

Variables

doc_
Either!(None, string) doc_;

A documentation string for this field

inputBinding_
Either!(None, CommandLineBinding) inputBinding_;
label_
Either!(None, string) label_;

A short, human-readable label of this process object.

name_
string name_;

The name of the field

type_
Either!(CWLType, CommandInputRecordSchema, CommandInputEnumSchema, CommandInputArraySchema, string, Either!(CWLType, CommandInputRecordSchema, CommandInputEnumSchema, CommandInputArraySchema, string)[]) type_;

The field type

Meta