REST Resource: accounts.invitations

리소스: Invitation

출력 전용입니다. 대기 중인 초대를 나타냅니다.

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)

지정된 계정의 대기 중인 초대를 나열합니다.