properties property

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

A mapping of property names to values, which are used to configure workload execution.

Optional.

Implementation

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