Class ProjectsResource.GroupsResource.BatchJoinRequest
Batch adds members to a group. The testers will gain access to all releases that the groups have access to.
Inheritance
ProjectsResource.GroupsResource.BatchJoinRequest
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class ProjectsResource.GroupsResource.BatchJoinRequest : FirebaseAppDistributionBaseServiceRequest<GoogleProtobufEmpty>, IClientServiceRequest<GoogleProtobufEmpty>, IClientServiceRequest
Constructors
BatchJoinRequest(IClientService, GoogleFirebaseAppdistroV1BatchJoinGroupRequest, string)
Constructs a new BatchJoin request.
Declaration
public BatchJoinRequest(IClientService service, GoogleFirebaseAppdistroV1BatchJoinGroupRequest body, string group)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleFirebaseAppdistroV1BatchJoinGroupRequest | body | |
string | group |
Properties
Group
Required. The name of the group resource to which testers are added. Format:
projects/{project_number}/groups/{group_alias}
Declaration
[RequestParameter("group", RequestParameterType.Path)]
public virtual string Group { get; }
Property Value
Type | Description |
---|---|
string |
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes BatchJoin parameter list.
Declaration
protected override void InitParameters()