AssetGroupAssetOperation

การดำเนินการเดียว (สร้าง, นำออก) ในเนื้อหากลุ่มชิ้นงาน

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

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

string (FieldMask format)

FieldMask ที่กำหนดว่าจะมีการแก้ไขฟิลด์ทรัพยากรใดในการอัปเดต

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

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

object (AssetGroupAsset)

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

update

object (AssetGroupAsset)

การดำเนินการอัปเดต: เนื้อหากลุ่มชิ้นงานต้องมีชื่อทรัพยากรที่ถูกต้อง

remove

string

การดำเนินการนำออก: ชื่อทรัพยากรสำหรับเนื้อหากลุ่มชิ้นงานที่นำออกควรจะอยู่ในรูปแบบ customers/{customerId}/assetGroupAssets/{asset_group_id}~{asset_id}~{fieldType}