View Source GoogleApi.AndroidManagement.V1.Model.AppVersion (google_api_android_management v0.48.2)

This represents a single version of the app.

Attributes

  • production (type: boolean(), default: nil) - If the value is True, it indicates that this version is a production track.
  • trackIds (type: list(String.t), default: nil) - Track identifiers that the app version is published in. This does not include the production track (see production instead).
  • versionCode (type: integer(), default: nil) - Unique increasing identifier for the app version.
  • versionString (type: String.t, default: nil) - 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").

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.AppVersion{
  production: boolean() | nil,
  trackIds: [String.t()] | nil,
  versionCode: integer() | nil,
  versionString: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.