Class ProjectsResource.AppsResource.TestCasesResource.ClearTestCaseCacheRequest
Clears cached test runs for a specific test case and device(s).
Inheritance
ProjectsResource.AppsResource.TestCasesResource.ClearTestCaseCacheRequest
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class ProjectsResource.AppsResource.TestCasesResource.ClearTestCaseCacheRequest : FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaClearTestCaseCacheResponse>, IClientServiceRequest<GoogleFirebaseAppdistroV1alphaClearTestCaseCacheResponse>, IClientServiceRequest
Constructors
ClearTestCaseCacheRequest(IClientService, GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest, string)
Constructs a new ClearTestCaseCache request.
Declaration
public ClearTestCaseCacheRequest(IClientService service, GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest body, string testCase)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest | body | |
| string | testCase |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
TestCase
Required. The name of the test case resource for which to clear the cache. Format:
projects/{project_number}/apps/{app}/testCases/{test_case}
Declaration
[RequestParameter("testCase", RequestParameterType.Path)]
public virtual string TestCase { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes ClearTestCaseCache parameter list.
Declaration
protected override void InitParameters()