Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaTestConfig

Configuration for automated tests

Inheritance
object
GoogleFirebaseAppdistroV1alphaTestConfig
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 GoogleFirebaseAppdistroV1alphaTestConfig : IDirectResponseSchema

Properties

DisplayName

Optional. Display name of the AI driven test. Required if the release test is created with multiple goals.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX