google_api_testing v0.6.0 GoogleApi.Testing.V1.Model.AndroidVersion View Source

A version of the Android OS.

Attributes

  • apiLevel (type: integer(), default: nil) - The API level for this Android version. Examples: 18, 19.
  • codeName (type: String.t, default: nil) - The code name for this Android version. Examples: "JellyBean", "KitKat".
  • distribution (type: GoogleApi.Testing.V1.Model.Distribution.t, default: nil) - Market share for this version.
  • id (type: String.t, default: nil) - An opaque id for this Android version. Use this id to invoke the TestExecutionService.
  • releaseDate (type: GoogleApi.Testing.V1.Model.Date.t, default: nil) - The date this Android version became available in the market.
  • tags (type: list(String.t), default: nil) - Tags for this dimension. Examples: "default", "preview", "deprecated".
  • versionString (type: String.t, default: nil) - A string representing this version of the Android OS. Examples: "4.3", "4.4".

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.Testing.V1.Model.AndroidVersion{
  apiLevel: integer(),
  codeName: String.t(),
  distribution: GoogleApi.Testing.V1.Model.Distribution.t(),
  id: String.t(),
  releaseDate: GoogleApi.Testing.V1.Model.Date.t(),
  tags: [String.t()],
  versionString: String.t()
}

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.