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}