CustomerLabel

表示客户与标签之间的关系。此客户可能无法使用为其附加的所有标签。使用 login-customer-id 提升权限,就可能返回其他客户名单。

JSON 表示法
{
  "resourceName": string,
  "customer": string,
  "label": string
}
字段
resourceName

string

不可变。资源的名称。客户标签资源名称采用以下形式:customers/{customerId}/customerLabels/{label_id}

customer

string

仅供输出。附加该标签的客户的资源名称。只读。

label

string

仅供输出。分配给客户的标签的资源名称。

注意:在创建新的 CustomerLabel 时,系统不会验证标签资源名称的客户 ID 部分。