planStatusesWithIds property

  1. @TagNumber(1)
List<PlanStatusWithID> get planStatusesWithIds

List of last known statuses with the associated IDs of all plans within the TTL ordered by timestamp in ascending order

Implementation

@$pb.TagNumber(1)
$core.List<PlanStatusWithID> get planStatusesWithIds => $_getList(0);