AssetSetAssetOperation

פעולה יחידה (יצירה, הסרה) בנכס בקבוצת נכסים.

ייצוג JSON
{

  // Union field operation can be only one of the following:
  "create": {
    object (AssetSetAsset)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
שדות
שדה איחוד operation. פעולת השינוי. operation יכול להיות רק אחת מהאפשרויות הבאות:
create

object (AssetSetAsset)

פעולת יצירה: לא צפוי שם משאב לנכס החדש של קבוצת הנכסים

remove

string

פעולת הסרה: צפוי שם משאב לנכס קבוצת הנכסים שהוסרה, בפורמט הזה: customers/{customerId}/assetSetAssets/{asset_set_id}~{asset_id}