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

View Source

Message for specifying the start activities to crawl.

Attributes

  • launcherActivity (type: GoogleApi.Testing.V1.Model.LauncherActivityIntent.t, default: nil) - An intent that starts the main launcher activity.
  • noActivity (type: GoogleApi.Testing.V1.Model.NoActivityIntent.t, default: nil) - Skips the starting activity
  • startActivity (type: GoogleApi.Testing.V1.Model.StartActivityIntent.t, default: nil) - An intent that starts an activity with specific details.
  • timeout (type: String.t, default: nil) - Timeout in seconds for each intent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.RoboStartingIntent{
  launcherActivity: GoogleApi.Testing.V1.Model.LauncherActivityIntent.t() | nil,
  noActivity: GoogleApi.Testing.V1.Model.NoActivityIntent.t() | nil,
  startActivity: GoogleApi.Testing.V1.Model.StartActivityIntent.t() | nil,
  timeout: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.