Class GoogleFirebaseAppdistroV1alphaTestCase
AI test cases
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaTestCase : IDirectResponseSchema
Properties
AiInstructions
Optional. Instructions for AI driven test.
Declaration
[JsonProperty("aiInstructions")]
public virtual GoogleFirebaseAppdistroV1alphaAiInstructions AiInstructions { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppdistroV1alphaAiInstructions |
DisplayName
Optional. Display name of the test case.
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 case resource. Format:
projects/{project_number}/apps/{app_id}/testCases/{test_case_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |