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/{assetGroupId}~{asset_id}~{fieldType}