numNewerVersions property

int? numNewerVersions
getter/setter pair

Relevant only for versioned objects.

If the value is N, this condition is satisfied when there are at least N versions (including the live version) newer than this version of the object.

Implementation

core.int? numNewerVersions;