OutputRecordField

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

name_
string name_;

The name of the field

outputBinding_
Either!(None, CommandOutputBinding) outputBinding_;
type_
Either!(CWLType, OutputRecordSchema, OutputEnumSchema, OutputArraySchema, string, Either!(CWLType, OutputRecordSchema, OutputEnumSchema, OutputArraySchema, string)[]) type_;

The field type

Meta