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}