google_api_android_enterprise v0.1.0 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 ([AppVersion]): App versions currently available for this product. Defaults to:
null
. - authorName (String.t): The name of the author of the product (for example, the app developer). Defaults to:
null
. - availableCountries ([String.t]): The countries which this app is available in. Defaults to:
null
. - availableTracks ([String.t]): The tracks that are visible to the enterprise. Defaults to:
null
. - category (String.t): The app category (e.g. RACING, SOCIAL, etc.) Defaults to:
null
. - contentRating (String.t): The content rating for this app. Defaults to:
null
. - description (String.t): The localized promotional description, if available. Defaults to:
null
. - detailsUrl (String.t): A link to the (consumer) Google Play details page for the product. Defaults to:
null
. - distributionChannel (String.t): 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.t): 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.t): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#product". Defaults to:
null
. - lastUpdatedTimestampMillis (String.t): The approximate time (within 7 days) the app was last published, expressed in milliseconds since epoch. Defaults to:
null
. - minAndroidSdkVersion (integer()): The minimum Android SDK necessary to run the app. Defaults to:
null
. - permissions ([ProductPermission]): A list of permissions required by the app. Defaults to:
null
. - productId (String.t): A string of the form app:<package name>. For example, app:com.google.android.gm represents the Gmail app. Defaults to:
null
. - productPricing (String.t): 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
. - recentChanges (String.t): A description of the recent changes made to the app. Defaults to:
null
. - requiresContainerApp (boolean()): Deprecated. Defaults to:
null
. - screenshotUrls ([String.t]): A list of screenshot links representing the app. Defaults to:
null
. - signingCertificate (ProductSigningCertificate): The certificate used to sign this product. Defaults to:
null
. - smallIconUrl (String.t): 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.t): The name of the product. Defaults to:
null
. - workDetailsUrl (String.t): A link to the managed Google Play details page for the product, for use by an Enterprise admin. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.AndroidEnterprise.V1.Model.Product{ appVersion: [GoogleApi.AndroidEnterprise.V1.Model.AppVersion.t()], authorName: any(), availableCountries: [any()], availableTracks: [any()], category: any(), contentRating: any(), description: any(), detailsUrl: any(), distributionChannel: any(), iconUrl: any(), kind: any(), lastUpdatedTimestampMillis: any(), minAndroidSdkVersion: any(), permissions: [GoogleApi.AndroidEnterprise.V1.Model.ProductPermission.t()], productId: any(), productPricing: any(), recentChanges: any(), requiresContainerApp: any(), screenshotUrls: [any()], signingCertificate: GoogleApi.AndroidEnterprise.V1.Model.ProductSigningCertificate.t(), smallIconUrl: any(), title: any(), workDetailsUrl: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.