labels property

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

Labels for the Job.

Labels could be user provided or system generated. For example, "labels": { "department": "finance", "environment": "test" } You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.

Implementation

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