labels property
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
core.Map<core.String, core.String>? labels;