name property

String? name
getter/setter pair

The release name.

Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.

Implementation

core.String? name;