google_api_android_enterprise v0.0.1 GoogleApi.AndroidEnterprise.V1.Model.Product View Source
A Products resource represents an app in the Google Play store that is available to at least some users in the enterprise. (Some apps are restricted to a single enterprise, and no information about them is made available outside that enterprise.) The information provided for each product (localized name, icon, link to the full Google Play details page) is intended to allow a basic representation of the product within an EMM user interface.
Attributes
- appVersion (List[AppVersion]): App versions currently available for this product. The returned list contains only public versions. Alpha and beta versions are not included. Defaults to:
null
. - authorName (String): The name of the author of the product (for example, the app developer). Defaults to:
null
. - detailsUrl (String): A link to the (consumer) Google Play details page for the product. Defaults to:
null
. - distributionChannel (String): How and to whom the package is made available. The value publicGoogleHosted means that the package is available through the Play store and not restricted to a specific enterprise. The value privateGoogleHosted means that the package is a private app (restricted to an enterprise) but hosted by Google. The value privateSelfHosted means that the package is a private app (restricted to an enterprise) and is privately hosted. Defaults to:
null
. - iconUrl (String): A link to an image that can be used as an icon for the product. This image is suitable for use at up to 512px x 512px. Defaults to:
null
. - kind (String): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#product". Defaults to:
null
. - productId (String): A string of the form app:<package name>. For example, app:com.google.android.gm represents the Gmail app. Defaults to:
null
. - productPricing (String): Whether this product is free, free with in-app purchases, or paid. If the pricing is unknown, this means the product is not generally available anymore (even though it might still be available to people who own it). Defaults to:
null
. - requiresContainerApp (Boolean): Deprecated. Defaults to:
null
. - smallIconUrl (String): A link to a smaller image that can be used as an icon for the product. This image is suitable for use at up to 128px x 128px. Defaults to:
null
. - title (String): The name of the product. Defaults to:
null
. - workDetailsUrl (String): A link to the managed Google Play details page for the product, for use by an Enterprise admin. Defaults to:
null
.