parameters property

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

The parameters for the Flex Template.

Example: {"num_workers":"5"}

Implementation

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