inputs property

List<TextInput>? inputs
getter/setter pair

List of Job.inputs that should be embedded in this atom.

Only one input is supported.

Implementation

core.List<TextInput>? inputs;