labels property

  1. @TagNumber.new(16)
Map<String, String> get labels

The labels associated with this job. You can use these to organize and group your jobs.

Implementation

@$pb.TagNumber(16)
$core.Map<$core.String, $core.String> get labels => $_getMap(7);