CampaignCustomizerOperation

カスタマイザ属性に対する 1 回のオペレーション(作成、削除)。

JSON 表現
{

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

object (CampaignCustomizer)

作成オペレーション: 新しいキャンペーン カスタマイザにはリソース名は不要です

remove

string

削除オペレーション: 削除されたキャンペーン カスタマイザのリソース名は customers/{customerId}/campaignCustomizers/{campaignId}~{customizer_attribute_id} の形式である必要があります。