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}