Class GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest
The request message for DeleteTestCase
.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Names
Required. The name of the test cases to delete. A maximum number of 1000 test cases can be deleted in one
batch Format: projects/{project_number}/apps/{app_id}/testCases/{test_case_id}
Declaration
[JsonProperty("names")]
public virtual IList<string> Names { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |