google_api_testing v0.20.0 GoogleApi.Testing.V1.Model.IosTestSetup View Source

A description of how to set up an iOS device prior to running the test.

Attributes

  • additionalIpas (type: list(GoogleApi.Testing.V1.Model.FileReference.t), default: nil) - iOS apps to install in addition to those being directly tested.
  • networkProfile (type: String.t, default: nil) - The network traffic profile used for running the test. Available network profiles can be queried by using the NETWORK_CONFIGURATION environment type when calling TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Testing.V1.Model.IosTestSetup{
  additionalIpas: [GoogleApi.Testing.V1.Model.FileReference.t()],
  networkProfile: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.