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. |