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

Batch 會將成員新增至群組。

batchLeave

已批次移除群組中的成員。

create

建立群組。

delete

刪除群組。

get

取得群組。

list

清單群組。

patch

更新群組。