REST Resource: children
منبع: ChildReference
اشاره به فرزند یک پوشه.
برخی از روشهای منبع (مانند 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 و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-11 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-11 بهوقت ساعت هماهنگ جهانی."],[[["`ChildReference` is a resource that represents a reference to a folder's child, providing essential information like ID and links."],["To retrieve a child's ID, utilize the `children.list` method and then leverage methods like `children.get` for specific child access."],["The `ChildReference` resource is crucial for managing relationships between folders and their children within Google Drive using methods such as `delete`, `get`, `insert`, and `list` for various operations."],["JSON representation of `ChildReference` includes fields like `id`, `selfLink`, `kind`, and `childLink`, offering comprehensive details for interacting with folder children."]]],[]]