google_api_testing v0.4.0 GoogleApi.Testing.V1.Model.IosModel 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".
  • 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".

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.IosModel{
  deviceCapabilities: [String.t()],
  formFactor: String.t(),
  id: String.t(),
  name: String.t(),
  supportedVersionIds: [String.t()],
  tags: [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.