parameters property

Map<String, List<String>>? parameters
final

The key-value map of execution parameters, which were supplied when calling StartChangeRequestExecution.

Implementation

final Map<String, List<String>>? parameters;