CampaignAssetSetOperation

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

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} の形式である必要があります。