CustomerCustomizer

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

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)

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