CampaignAssetSetOperation

キャンペーンのアセットセットに対する 1 回のオペレーション(作成、削除)。

JSON 表現
{

  // Union field operation can be only one of the following:
  "create": {
    object (CampaignAssetSet)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
フィールド
共用体フィールド operation。変更オペレーション。operation は次のいずれかになります。
create

object (CampaignAssetSet)

作成オペレーション: 新しいキャンペーンのアセットセットにはリソース名は必要ありません。

remove

string

削除オペレーション: 削除されたキャンペーン アセットセットのリソース名が必要です。形式は customers/{customerId}/campaignAssetSets/{campaignId}~{asset_set_id} です。