generation property

String? generation

The object's generation.

Implementation

String? get generation {
  return _metadata['generation'];
}