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}