Class RoboStartingIntent
Message for specifying the start activities to crawl.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class RoboStartingIntent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LauncherActivity
An intent that starts the main launcher activity.
Declaration
[JsonProperty("launcherActivity")]
public virtual LauncherActivityIntent LauncherActivity { get; set; }
Property Value
Type | Description |
---|---|
LauncherActivityIntent |
NoActivity
Skips the starting activity
Declaration
[JsonProperty("noActivity")]
public virtual NoActivityIntent NoActivity { get; set; }
Property Value
Type | Description |
---|---|
NoActivityIntent |
StartActivity
An intent that starts an activity with specific details.
Declaration
[JsonProperty("startActivity")]
public virtual StartActivityIntent StartActivity { get; set; }
Property Value
Type | Description |
---|---|
StartActivityIntent |
Timeout
Timeout in seconds for each intent.
Declaration
[JsonProperty("timeout")]
public virtual object Timeout { get; set; }
Property Value
Type | Description |
---|---|
object |