transformNameMapping property

Map<String, String>? transformNameMapping
getter/setter pair

The map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.

Implementation

core.Map<core.String, core.String>? transformNameMapping;