additionalUserLabels property
Additional user labels to be specified for the job.
Keys and values must follow the restrictions specified in the
labeling restrictions.
An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1kg", "count": "3" }
.
Implementation
core.Map<core.String, core.String>? additionalUserLabels;