appliedProjectUpdates property

  1. @TagNumber(8)
PbMap<String, Int64> get appliedProjectUpdates

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);