CustomerLabelOperation

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

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}