REST Resource: projects.groups

資源:小組

可以包含測試人員的群組。可以邀請一個小組來測試 Firebase 專案中的應用。

JSON 表示
{
  "name": string,
  "displayName": string,
  "testerCount": integer,
  "releaseCount": integer,
  "inviteLinkCount": integer
}
領域
name

string

組資源的名稱。

格式: projects/{projectNumber}/groups/{group_alias}

displayName

string

必需的。群組的顯示名稱。

testerCount

integer

僅輸出。該組成員的測試人員數量。

releaseCount

integer

僅輸出。允許該群組存取的版本數。

方法

batchJoin

批次新增成員到群組。

batchLeave

批量刪除群組成員。

create

建立一個群組。

delete

刪除一個群組。

get

找個團吧

list

列出組。

patch

更新一個群組。