google_api_android_enterprise v0.1.0 GoogleApi.AndroidEnterprise.V1.Model.AppVersion View Source

This represents a single version of the app.

Attributes

  • track (String.t): The track that this app was published in. For example if track is "alpha", this is an alpha version of the app. Defaults to: null.
  • versionCode (integer()): Unique increasing identifier for the app version. Defaults to: null.
  • 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: 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.AppVersion{
  track: any(),
  versionCode: any(),
  versionString: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.