status property

String? status
getter/setter pair

The status of the release. Possible string values are:

  • "statusUnspecified" : Unspecified status.
  • "draft" : The release's APKs are not being served to users.
  • "inProgress" : The release's APKs are being served to a fraction of users, determined by 'user_fraction'.
  • "halted" : The release's APKs will no longer be served to users. Users who already have these APKs are unaffected.
  • "completed" : The release will have no further changes. Its APKs are being served to all users, unless they are eligible to APKs of a more recent release.

Implementation

core.String? status;