availabilityStatus property

String? availabilityStatus
getter/setter pair

The new state of the product.

This field will always be present. Possible string values are:

  • "unknown" : Conveys no information.
  • "available" : The previously unavailable product is again available on Google Play.
  • "removed" : The product was removed from Google Play.
  • "unpublished" : The product was unpublished by the developer.

Implementation

core.String? availabilityStatus;