REST Resource: projects.groups Stay organized with collections Save and categorize content based on your preferences.
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: |
display |
Required. The display name of the group. |
tester |
Output only. The number of testers who are members of this group. |
release |
Output only. The number of releases this group is permitted to access. |
invite |
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. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-30 UTC.