GoogleApi.Testing.V1.Model.AndroidVersion (google_api_testing v0.34.0)

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".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.AndroidVersion{
  apiLevel: integer() | nil,
  codeName: String.t() | nil,
  distribution: GoogleApi.Testing.V1.Model.Distribution.t() | nil,
  id: String.t() | nil,
  releaseDate: GoogleApi.Testing.V1.Model.Date.t() | nil,
  tags: [String.t()] | nil,
  versionString: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.