CustomerCustomizer

客户级关联 CustomrAttribute 的定制工具值。

JSON 表示法
{
  "resourceName": string,
  "customizerAttribute": string,
  "status": enum (CustomizerValueStatus),
  "value": {
    object (CustomizerValue)
  }
}
字段
resourceName

string

不可变。客户定制工具的资源名称。客户定制工具资源名称采用以下格式:

customers/{customerId}/customerCustomizers/{customizer_attribute_id}

customizerAttribute

string

必需。不可变。与客户相关联的定制工具属性。

status

enum (CustomizerValueStatus)

仅供输出。客户定制工具属性的状态。

value

object (CustomizerValue)

必需。要在此级别与定制工具属性相关联的值。该值必须是为 CustomrAttribute 指定的类型。