Class GoogleFirebaseAppdistroV1alphaUpdateTestCaseRequest
The request message for UpdateTestCase.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaUpdateTestCaseRequest : IDirectResponseSchema
Properties
AllowMissing
Optional. If set to true, and the test case is not found, a new test case will be created.
Declaration
[JsonProperty("allowMissing")]
public virtual bool? AllowMissing { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TestCase
Required. The test case to update. The test case's name field is used to identify the test case to update.
Format: projects/{project_number}/apps/{app}/testCases/{test_case}
Declaration
[JsonProperty("testCase")]
public virtual GoogleFirebaseAppdistroV1alphaTestCase TestCase { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleFirebaseAppdistroV1alphaTestCase |