google_api_android_enterprise v0.7.0 GoogleApi.AndroidEnterprise.V1.Model.AppVersion View Source
This represents a single version of the app.
Attributes
- isProduction (boolean()): True if this version is a production APK. Defaults to
nil
. - track (String.t): Deprecated, use trackId instead. Defaults to
nil
. - trackId (list(String.t)): Track ids that the app version is published in. Replaces the track field (deprecated), but doesn't include the production track (see isProduction instead). Defaults to
nil
. - versionCode (integer()): Unique increasing identifier for the app version. Defaults to
nil
. - versionString (String.t): The string used in the Play store by the app developer to identify the version. The string is not necessarily unique or localized (for example, the string could be "1.4"). Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.