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。變動作業。operation 只能是下列其中一項:
create

object (CustomerLabel)

建立作業:新的客戶標籤關係不會提供資源名稱。

remove

string

移除作業:移除客戶標籤關係的資源名稱,格式如下:

customers/{customerId}/customerLabels/{label_id}