approval property

String? approval
getter/setter pair

Whether the product to which this group license relates is currently approved by the enterprise.

Products are approved when a group license is first created, but this approval may be revoked by an enterprise admin via Google Play. Unapproved products will not be visible to end users in collections, and new entitlements to them should not normally be created. Possible string values are:

  • "approved"
  • "unapproved"

Implementation

core.String? approval;