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

View Source

A description of an iOS device tests may be run on.

Attributes

  • deviceCapabilities (type: list(String.t), default: nil) - Device capabilities. Copied from https://developer.apple.com/library/archive/documentation/DeviceInformation/Reference/iOSDeviceCompatibility/DeviceCompatibilityMatrix/DeviceCompatibilityMatrix.html
  • formFactor (type: String.t, default: nil) - Whether this device is a phone, tablet, wearable, etc.
  • id (type: String.t, default: nil) - The unique opaque id for this model. Use this for invoking the TestExecutionService.
  • name (type: String.t, default: nil) - The human-readable name for this device model. Examples: "iPhone 4s", "iPad Mini 2".
  • perVersionInfo (type: list(GoogleApi.Testing.V1.Model.PerIosVersionInfo.t), default: nil) - Version-specific information of an iOS model.
  • screenDensity (type: integer(), default: nil) - Screen density in DPI.
  • screenX (type: integer(), default: nil) - Screen size in the horizontal (X) dimension measured in pixels.
  • screenY (type: integer(), default: nil) - Screen size in the vertical (Y) dimension measured in pixels.
  • supportedVersionIds (type: list(String.t), default: nil) - The set of iOS major software versions this device supports.
  • 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.IosModel{
  deviceCapabilities: [String.t()] | nil,
  formFactor: String.t() | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  perVersionInfo: [GoogleApi.Testing.V1.Model.PerIosVersionInfo.t()] | nil,
  screenDensity: integer() | nil,
  screenX: integer() | nil,
  screenY: integer() | nil,
  supportedVersionIds: [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.