google_api_testing v0.8.0 GoogleApi.Testing.V1.Model.RoboStartingIntent 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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.