주의: 이 API의 REST 인터페이스에 대한 문서를 보고 있습니다. 대부분의 공식 클라이언트 라이브러리는 gRPC를 사용합니다. 자세한 내용은
REST 소개를 참조하세요.
CustomerCustomizer
고객 수준에서 연결된 CustomrAttribute의 맞춤설정 도구 값입니다.
필드 |
resourceName |
string
변경할 수 없습니다. 고객 맞춤설정 도구의 리소스 이름입니다. 고객 맞춤설정 도구 리소스 이름의 형식은 다음과 같습니다. customers/{customerId}/customerCustomizers/{customizer_attribute_id}
|
customizerAttribute |
string
필수 항목입니다. 변경할 수 없습니다. 고객에게 연결된 맞춤설정 도구 속성입니다.
|
status |
enum (CustomizerValueStatus )
출력 전용입니다. 고객 맞춤설정 도구 속성의 상태입니다.
|
value |
object (CustomizerValue )
필수 항목입니다. 이 수준에서 맞춤설정 도구 속성과 연결할 값입니다. 값은 CustomrAttribute에 지정된 유형이어야 합니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-03-06(UTC)
[null,null,["최종 업데이트: 2025-03-06(UTC)"],[[["Customer Customizer allows you to associate a customizer attribute with a specific value at the customer level."],["The value associated with the customizer attribute must match the type specified for the attribute."],["The status of the customer customizer attribute can be viewed but not modified directly."],["It utilizes a JSON representation for defining the customizer, including resource name, attribute, status, and value."],["The resource name follows a specific format, `customers/{customerId}/customerCustomizers/{customizer_attribute_id}`, and is immutable once set."]]],["The core content defines a Customer Customizer's JSON structure, detailing its key components. It includes a `resourceName` identifying the customer customizer, a required `customizerAttribute` field linking it to a customer. It contains a `status` field indicating the attribute's state. Lastly, a required `value` field specifies the data associated with the customizer attribute, adhering to the type set for the attribute.\n"]]