CampaignLabelOperation

Одна операция (создание, удаление) для связи «кампания-ярлык».

JSON-представление
{

  // Union field operation can be only one of the following:
  "create": {
    object (CampaignLabel)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
Поля
Полевая operation Союза. Операция мутации. operation может быть только одной из следующих:
create

object ( CampaignLabel )

Операция создания: для новой связи «кампания-ярлык» не ожидается имя ресурса.

remove

string

Операция удаления: имя ресурса для удаляемой связи «кампания-ярлык» в следующем формате:

customers/{customerId}/campaignLabels/{campaignId}~{label_id}