inputVariableMappings property

List<VariableMapping>? inputVariableMappings
getter/setter pair

List of inputVariables for this release that will either be retrieved from a dependency's outputVariables, or will be passed on to a dependency's inputVariables.

Maximum 100.

Optional.

Implementation

core.List<VariableMapping>? inputVariableMappings;