launchOptions property

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

Launch options for this flex template job.

This is a common set of options across languages and templates. This should not be used to pass job parameters.

Implementation

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