Enum ExtendedField
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
एक्सटेंडेडफ़ील्ड
अब काम नहीं करता. इसके बजाय, People API की बेहतर सेवा का इस्तेमाल करें
संपर्कों के लिए बने एक्सटेंडेड फ़ील्ड के लिए एक वैल्यू.
ऐसी प्रॉपर्टी जिनका इस्तेमाल बंद कर दिया गया है
प्रॉपर्टी | टाइप | ब्यौरा |
HOBBY | Enum | संपर्क का शौक |
MILEAGE | Enum | संपर्क का माइलेज |
LANGUAGE | Enum | संपर्क की भाषा |
GENDER | Enum | संपर्क का लिंग |
BILLING_INFORMATION | Enum | संपर्क की बिलिंग जानकारी |
DIRECTORY_SERVER | Enum | संपर्क का डायरेक्ट्री सर्वर |
SENSITIVITY | Enum | संपर्क की संवेदनशीलता |
PRIORITY | Enum | संपर्क की प्राथमिकता |
HOME | Enum | संपर्क की घर की जानकारी |
WORK | Enum | संपर्क की ऑफ़िस की जानकारी |
USER | Enum | संपर्क की उपयोगकर्ता जानकारी |
OTHER | Enum | संपर्क की अन्य जानकारी |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003eExtendedField\u003c/code\u003e is deprecated and the People API advanced service should be used instead.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExtendedField\u003c/code\u003e was an enum used for extended contact fields, defining properties like hobby, mileage, language, and more.\u003c/p\u003e\n"],["\u003cp\u003eProperties within \u003ccode\u003eExtendedField\u003c/code\u003e such as \u003ccode\u003eHOBBY\u003c/code\u003e, \u003ccode\u003eMILEAGE\u003c/code\u003e, and others are now deprecated.\u003c/p\u003e\n"]]],[],null,["# Enum ExtendedField\n\nExtendedField\n\n\n**Deprecated.** Instead, use the [People API advanced\nservice](/apps-script/advanced/people)\n\nAn enum for extended contacts fields. \n\n### Deprecated properties\n\n| Property | Type | Description |\n|-----------------------|--------|-----------------------------------|\n| `HOBBY` | `Enum` | the contact's hobby |\n| `MILEAGE` | `Enum` | the contact's mileage |\n| `LANGUAGE` | `Enum` | the contact's language |\n| `GENDER` | `Enum` | the contact's gender |\n| `BILLING_INFORMATION` | `Enum` | the contact's billing information |\n| `DIRECTORY_SERVER` | `Enum` | the contact's directory server |\n| `SENSITIVITY` | `Enum` | the contact's sensitivity |\n| `PRIORITY` | `Enum` | the contact's priority |\n| `HOME` | `Enum` | the contact's home information |\n| `WORK` | `Enum` | the contact's work information |\n| `USER` | `Enum` | the contact's user information |\n| `OTHER` | `Enum` | the contact's other information |"]]