taskSpec property

String? taskSpec
getter/setter pair

A string template that allows user to configure task parameters (with either literal default values or tokens which will be resolved at execution time) for the task.

It will eventually replace the old "parameters" field.

Implementation

core.String? taskSpec;