labels property

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

Labels associated with this workflow. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores and dashes. Label keys must start with a letter. International characters are allowed.

Implementation

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