CustomerLabelOperation

顧客ラベルの関係に対する 1 回のオペレーション(作成、削除)。

JSON 表現
{

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

object (CustomerLabel)

作成オペレーション: 新規顧客とラベルの関係にリソース名は不要です。

remove

string

削除オペレーション: 削除される顧客ラベル関係のリソース名。次の形式になります。

customers/{customerId}/customerLabels/{label_id}