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 Unii operation. Operacja zmiany. operation może mieć tylko jedną z tych wartości:
create

object (CustomerLabel)

Operacja tworzenia: nie oczekiwano nazwy zasobu dla nowej relacji klient-etykieta.

remove

string

Operacja usuwania: nazwa zasobu usuwanej relacji klient-etykieta. Użyj tego formatu:

customers/{customerId}/customerLabels/{label_id}