externalValues property

Map<String, ExternalValueSource>? externalValues
getter/setter pair

Map of input variable names in this blueprint to configurations for importing values from external sources.

Optional.

Implementation

core.Map<core.String, ExternalValueSource>? externalValues;