InputRecordSchema

Members

Mixins

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

Static variables

type_
auto type_;

Must be record

Variables

fields_
Either!(None, InputRecordField[]) fields_;

Defines the fields of the record.

label_
Either!(None, string) label_;

A short, human-readable label of this object.

name_
Either!(None, string) name_;

Meta