generation property

String? generation
getter/setter pair

Generation of the object.

Generations are monotonically increasing across writes, allowing them to be be compared to determine which generation is newer. If this is omitted in a request, then you are requesting the live object. See http://go/bigstore-versions

Implementation

core.String? generation;