GoogleApi.Testing.V1.Model.RoboStartingIntent (google_api_testing v0.22.1) 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. -
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.
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.RoboStartingIntent{
launcherActivity: GoogleApi.Testing.V1.Model.LauncherActivityIntent.t(),
startActivity: GoogleApi.Testing.V1.Model.StartActivityIntent.t(),
timeout: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.