labels property

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

Labels for execution. If execution is scheduled, a field included will be 'nbs-scheduled'. Otherwise, it is an immediate execution, and an included field will be 'nbs-immediate'. Use fields to efficiently index between various types of executions.

Implementation

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