taskGroups property

  1. @TagNumber(4)
List<TaskGroup> get taskGroups

Required. TaskGroups in the Job. Only one TaskGroup is supported now.

Implementation

@$pb.TagNumber(4)
$core.List<TaskGroup> get taskGroups => $_getList(3);