taskParameters property
The parameters passed to the task when it was run. The map has the following format:
Key: string, between 1 and 255 characters
Value: an array of strings, each string is between 1 and 255 characters
Implementation
final List<Map<String, MaintenanceWindowTaskParameterValueExpression>>?
taskParameters;