workItemStatuses property

List<WorkItemStatus>? workItemStatuses
getter/setter pair

The order is unimportant, except that the order of the WorkItemServiceState messages in the ReportWorkItemStatusResponse corresponds to the order of WorkItemStatus messages here.

Implementation

core.List<WorkItemStatus>? workItemStatuses;