Show / Hide Table of Contents

Class RoboStartingIntent

Message for specifying the start activities to crawl.

Inheritance
object
RoboStartingIntent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX