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

View Source

An iOS version.

Attributes

  • id (type: String.t, default: nil) - An opaque id for this iOS version. Use this id to invoke the TestExecutionService.
  • majorVersion (type: integer(), default: nil) - An integer representing the major iOS version. Examples: "8", "9".
  • minorVersion (type: integer(), default: nil) - An integer representing the minor iOS version. Examples: "1", "2".
  • supportedXcodeVersionIds (type: list(String.t), default: nil) - The available Xcode versions for this version.
  • tags (type: list(String.t), default: nil) - Tags for this dimension. Examples: "default", "preview", "deprecated".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.IosVersion{
  id: String.t() | nil,
  majorVersion: integer() | nil,
  minorVersion: integer() | nil,
  supportedXcodeVersionIds: [String.t()] | nil,
  tags: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.