UserListOperation

การดำเนินการเดียว (สร้าง อัปเดต) ในรายชื่อผู้ใช้

การแสดง JSON
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (UserList)
  },
  "update": {
    object (UserList)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
ช่อง
updateMask

string (FieldMask format)

FieldMask ที่ระบุว่าช่องทรัพยากรใดที่มีการแก้ไขในการอัปเดต

ซึ่งเป็นรายการชื่อที่ตรงตามเกณฑ์ทั้งหมดของช่องที่คั่นด้วยคอมมา ตัวอย่าง: "user.displayName,photo"

ช่องการรวม operation การดำเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้
create

object (UserList)

การดำเนินการสร้าง: ต้องไม่มีชื่อทรัพยากรสำหรับรายการผู้ใช้ใหม่

update

object (UserList)

อัปเดต: รายชื่อผู้ใช้ควรมีชื่อทรัพยากรที่ถูกต้อง

remove

string

การดำเนินการนำออก: ควรมีชื่อทรัพยากรสำหรับรายชื่อผู้ใช้ที่นำออกในรูปแบบดังนี้

customers/{customerId}/userLists/{userListId}