InputParameter.inputBinding_

Describes how to handle the inputs of a process and convert them into a concrete form for execution, such as command line parameters.

class InputParameter
Either!(None, CommandLineBinding) inputBinding_;

Meta