Class GoogleFirebaseAppdistroV1alphaTestConfig
Configuration for automated tests
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaTestConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The name of the test configuration resource. Format:
projects/{project_number}/apps/{app_id}/testConfig
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RoboCrawler
Optional. Configuration for Robo crawler
Declaration
[JsonProperty("roboCrawler")]
public virtual GoogleFirebaseAppdistroV1alphaRoboCrawler RoboCrawler { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppdistroV1alphaRoboCrawler |
TestDevices
Optional. Tests will be run on this list of devices
Declaration
[JsonProperty("testDevices")]
public virtual IList<GoogleFirebaseAppdistroV1alphaTestDevice> TestDevices { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirebaseAppdistroV1alphaTestDevice> |