CustomerCustomizer

ग्राहक लेवल पर, इससे जुड़े कस्टमाइज़र एट्रिब्यूट के लिए कस्टमाइज़र वैल्यू.

जेएसओएन के काेड में दिखाना
{
  "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)

ज़रूरी है. इस लेवल पर, कस्टमाइज़र एट्रिब्यूट के साथ जोड़ी जाने वाली वैल्यू. मान कस्टमाइज़र एट्रिब्यूट के लिए तय किए गए टाइप का होना चाहिए.