appliedProjectUpdates property
Keeps a map from project update ID to the time it was applied (stored as ms since epoch). Used only on the project in order to know which have been applied.
Implementation
@$pb.TagNumber(8)
$pb.PbMap<$core.String, $fixnum.Int64> get appliedProjectUpdates =>
$_getMap(7);