REST Resource: children
रिसॉर्स: चाइल्ड रेफ़रंस
किसी फ़ोल्डर के चाइल्ड का संदर्भ.
कुछ संसाधन तरीकों (जैसे कि children.get
) के लिए childId
की ज़रूरत होती है. बच्चे का आईडी वापस पाने के लिए, children.list
तरीके का इस्तेमाल करें.
JSON के काेड में दिखाना |
{
"id": string,
"selfLink": string,
"kind": string,
"childLink": string
} |
फ़ील्ड |
id |
string
बच्चे का आईडी.
|
selfLink |
string
सिर्फ़ आउटपुट के लिए. इस रेफ़रंस पर वापस जाने का लिंक.
|
kind |
string
सिर्फ़ आउटपुट के लिए. यह हमेशा drive#childReference होता है.
|
childLink |
string
सिर्फ़ आउटपुट के लिए. बच्चे का लिंक.
|
तरीके |
|
फ़ोल्डर से बच्चे को हटाता है. |
|
खास चाइल्ड रेफ़रंस मिलता है. |
|
फ़ाइल को फ़ोल्डर में शामिल करता है. |
|
किसी फ़ोल्डर के चिल्ड्रेन की सूची दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-04 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-04 (UTC) को अपडेट किया गया."],[[["`ChildReference` resource allows referencing and managing a folder's children within Google Drive."],["Methods like `children.get` require `childId`, retrievable using `children.list`, to interact with specific children."],["`ChildReference` includes `id`, `selfLink`, `kind`, and `childLink` to represent and access a child resource."],["Several methods like `delete`, `get`, `insert`, and `list` enable manipulation and retrieval of children within folders."]]],[]]