Resource: Group
A group which can contain testers. A group can be invited to test apps in a Firebase project.
JSON representation |
---|
{ "name": string, "displayName": string, "testerCount": integer, "releaseCount": integer, "inviteLinkCount": integer } |
Fields | |
---|---|
name |
The name of the group resource. Format: |
displayName |
Required. The display name of the group. |
testerCount |
Output only. The number of testers who are members of this group. |
releaseCount |
Output only. The number of releases this group is permitted to access. |
inviteLinkCount |
Output only. The number of invite links for this group. |
Methods |
|
---|---|
|
Batch adds members to a group. |
|
Batch removed members from a group. |
|
Create a group. |
|
Delete a group. |
|
Get a group. |
|
List groups. |
|
Update a group. |