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。mutate 操作。operation 只能是下列其中一项:
create

object (AssetSetAsset)

创建操作:新的素材资源组资产不需要使用资源名称

remove

string

“移除”操作:需要为已移除的素材资源集素材资源提供资源名称,格式为:customers/{customerId}/assetSetAssets/{asset_set_id}~{asset_id}