CustomerLabelOperation

Pojedyncza operacja (tworzenie, usuwanie) na relacji klient-etykieta.

Zapis 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.
}
Pola
Pole sumy operation. Operacja zmiany. operation może być tylko jedną z tych wartości:
create

object (CustomerLabel)

Operacja tworzenia: nie oczekiwana jest nazwa zasobu dla nowej relacji z etykietą klienta.

remove

string

Operacja usuwania: nazwa zasobu usuwanej relacji z etykietą klienta w formacie:

customers/{customerId}/customerLabels/{label_id}