generation property

String? generation
getter/setter pair

A number that monotonically increases every time the user modifies the desired state.

Please note that unlike v1, this is an int64 value. As with most Google APIs, its JSON representation will be a string instead of an integer.

Output only.

Implementation

core.String? generation;