displayVersion property
Display version of the release.
For an Android release, the display version is the versionName
. For an
iOS release, the display version is the CFBundleShortVersionString
.
Output only.
Implementation
core.String? displayVersion;