REST Resource: accounts.invitations

資源:邀請

僅供輸出。代表待處理的邀請。

JSON 表示法
{
  "name": string,
  "role": enum (AdminRole),

  // Union field target can be only one of the following:
  "targetAccount": {
    object (Account)
  },
  "targetLocation": {
    object (TargetLocation)
  }
  // End of list of possible types for union field target.
}
欄位
name

string

邀請的資源名稱。

role

enum (AdminRole)

帳戶中的受邀角色。

聯集欄位 target。指出這項邀請的目標。target 只能是下列其中一項:
targetAccount

object (Account)

此邀請的人口稀少的帳戶。

targetLocation

object (TargetLocation)

這項邀請的目標地區。

TargetLocation

代表待回覆邀請的目標地區。

JSON 表示法
{
  "locationName": string,
  "locationAddress": string
}
欄位
locationName

string

使用者受邀的地點名稱。

locationAddress

string

使用者受邀的地點地址。

方法

accept
(deprecated)

接受指定的邀請。

decline
(deprecated)

拒絕指定的邀請。

list
(deprecated)

列出指定帳戶的待回覆邀請。