Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaRoboStats

Statistics collected during a Robo test.

Inheritance
object
GoogleFirebaseAppdistroV1alphaRoboStats
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.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaRoboStats : IDirectResponseSchema

Properties

ActionsPerformed

Output only. Number of actions that crawler performed.

Declaration
[JsonProperty("actionsPerformed")]
public virtual int? ActionsPerformed { get; set; }
Property Value
Type Description
int?

CrawlDuration

Output only. Duration of crawl.

Declaration
[JsonProperty("crawlDuration")]
public virtual object CrawlDuration { get; set; }
Property Value
Type Description
object

DistinctVisitedScreens

Output only. Number of distinct screens visited.

Declaration
[JsonProperty("distinctVisitedScreens")]
public virtual int? DistinctVisitedScreens { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MainActivityCrawlTimedOut

Output only. Whether the main activity crawl timed out.

Declaration
[JsonProperty("mainActivityCrawlTimedOut")]
public virtual bool? MainActivityCrawlTimedOut { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX