product property

List<Product>? product
getter/setter pair

Information about a product (e.g. an app) in the Google Play store, for display to an enterprise admin.

Implementation

core.List<Product>? product;