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。mutate オペレーション。operation は次のいずれかになります。
create

object (CampaignAssetSet)

作成オペレーション: 新しいキャンペーン アセット セットにリソース名は不要です。

remove

string

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