Class GoogleFirebaseAppdistroV1alphaRoboCrawler
Configuration for Robo crawler
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaRoboCrawler : IDirectResponseSchema
Properties
AiInstructions
Optional. Instructions for AI driven test
Declaration
[JsonProperty("aiInstructions")]
public virtual GoogleFirebaseAppdistroV1alphaAiInstructions AiInstructions { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppdistroV1alphaAiInstructions |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LoginCredential
Optional. Login credential for automated tests
Declaration
[JsonProperty("loginCredential")]
public virtual GoogleFirebaseAppdistroV1alphaLoginCredential LoginCredential { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppdistroV1alphaLoginCredential |