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)

يسرد الدعوات في انتظار المراجعة للحساب المحدّد.