InputRecordField

Members

Mixins

__anonymous
mixin genBody
Undocumented in source.

Variables

doc_
Union!(None, string, string[]) doc_;

A documentation string for this object, or an array of strings which should be concatenated.

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

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

name_
string name_;

The name of the field

type_
Union!(CWLType, InputRecordSchema, InputEnumSchema, InputArraySchema, string, Union!(CWLType, InputRecordSchema, InputEnumSchema, InputArraySchema, string)[]) type_;

The field type

Mixed In Members

From mixin genBody

__anonymous
mixin genBody_!saladVersion
Undocumented in source.

Meta