Class ProjectsResource.TestersResource.BatchAddRequest
Batch adds testers. This call adds testers for the specified emails if they don't already exist. Returns all testers specified in the request, including newly created and previously existing testers. This action is idempotent.
Inheritance
ProjectsResource.TestersResource.BatchAddRequest
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class ProjectsResource.TestersResource.BatchAddRequest : FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>, IClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>, IClientServiceRequest
Constructors
BatchAddRequest(IClientService, GoogleFirebaseAppdistroV1BatchAddTestersRequest, string)
Constructs a new BatchAdd request.
Declaration
public BatchAddRequest(IClientService service, GoogleFirebaseAppdistroV1BatchAddTestersRequest body, string project)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleFirebaseAppdistroV1BatchAddTestersRequest | 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 BatchAdd parameter list.
Declaration
protected override void InitParameters()