Resource: AppDetails
Resource representing app details.
JSON representation |
---|
{ "name": string, "displayName": string, "description": string, "appId": string, "revisionId": string, "type": enum ( |
Fields | |
---|---|
name |
Output only. Format: name=customers/{customer_id}/apps/{chrome|android|web}/{appId}@{version} |
display |
Output only. App's display name. |
description |
Output only. App's description. |
app |
Output only. Unique store identifier for the item. Examples: "gmbmikajjgmnabiglmofipeabaddhgne" for the Save to Google Drive Chrome extension, "com.google.android.apps.docs" for the Google Drive Android app. |
revision |
Output only. App version. A new revision is committed whenever a new version of the app is published. |
type |
Output only. App type. |
icon |
Output only. A link to an image that can be used as an icon for the product. |
detail |
Output only. The uri for the detail page of the item. |
first |
Output only. First published time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
latest |
Output only. Latest published time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
publisher |
Output only. The publisher of the item. |
is |
Output only. Indicates if the app has to be paid for OR has paid content. |
homepage |
Output only. Home page or Website uri. |
privacy |
Output only. The URI pointing to the privacy policy of the app, if it was provided by the developer. Version-specific field that will only be set when the requested app version is found. |
review |
Output only. Number of reviews received. Chrome Web Store review information will always be for the latest version of an app. |
review |
Output only. The rating of the app (on 5 stars). Chrome Web Store review information will always be for the latest version of an app. |
service |
Output only. Information about a partial service error if applicable. |
Union field
|
|
chrome |
Output only. Chrome Web Store app information. |
android |
Output only. Android app information. |
Methods |
|
---|---|
|
Get a specific app for a customer by its resource name. |