Class ProjectsResource.TestersResource.BatchRemoveRequest
Batch removes testers. If found, this call deletes testers for the specified emails. Returns all deleted testers.
Inheritance
ProjectsResource.TestersResource.BatchRemoveRequest
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class ProjectsResource.TestersResource.BatchRemoveRequest : FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1BatchRemoveTestersResponse>, IClientServiceRequest<GoogleFirebaseAppdistroV1BatchRemoveTestersResponse>, IClientServiceRequest
Constructors
BatchRemoveRequest(IClientService, GoogleFirebaseAppdistroV1BatchRemoveTestersRequest, string)
Constructs a new BatchRemove request.
Declaration
public BatchRemoveRequest(IClientService service, GoogleFirebaseAppdistroV1BatchRemoveTestersRequest body, string project)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleFirebaseAppdistroV1BatchRemoveTestersRequest | body | |
string | project |
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
Project
Required. The name of the project resource. Format: projects/{project_number}
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes BatchRemove parameter list.
Declaration
protected override void InitParameters()