version property

String? version
getter/setter pair

Represents the source code version that the developer provided, which could represent a version label or a Git SHA-1 hash, for example.

For App Engine standard environment, the version is set to the version of the app.

Implementation

core.String? version;