CustomerCustomizerOperation

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

JSON 表現
{

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

object (CustomerCustomizer)

作成オペレーション: 新しい顧客カスタマイザにはリソース名は必要ありません

remove

string

削除操作: 削除した顧客カスタマイザにはリソース名の形式が必要です。形式は customers/{customerId}/customerCustomizers/{customizer_attribute_id} です。