अटैचमेंट बनाते समय, form, gem या notebook फ़ील्ड सेट नहीं किया जा सकता.
JSON के काेड में दिखाना
{// Union field material can be only one of the following:"driveFile": {object (SharedDriveFile)},"youtubeVideo": {object (YouTubeVideo)},"link": {object (Link)},"form": {object (Form)},"gem": {object (GeminiGem)},"notebook": {object (NotebookLmNotebook)}// End of list of possible types for union field material.}
फ़ील्ड
यूनियन फ़ील्ड material. मटीरियल कॉन्टेंट. material इनमें से सिर्फ़ एक हो सकता है:
वह तरीका जिससे छात्र-छात्राएं Drive में मौजूद आइटम को ऐक्सेस करते हैं.
ShareMode
शेयर करने के संभावित विकल्प. अगर इसे तय नहीं किया जाता है, तो डिफ़ॉल्ट रूप से VIEW सेट होता है. साथ ही, अन्य वैल्यू सिर्फ़ ASSIGNMENT टाइप के कोर्स वर्क ऑब्जेक्ट में तय की जा सकती हैं.
Enums
UNKNOWN_SHARE_MODE
शेयर करने का कोई मोड नहीं दिया गया है. यह कभी भी वापस नहीं आना चाहिए.
VIEW
छात्र-छात्राएं, शेयर की गई फ़ाइल देख सकते हैं.
EDIT
छात्र-छात्राएं, शेयर की गई फ़ाइल में बदलाव कर सकते हैं.
STUDENT_COPY
छात्र-छात्राओं के पास, शेयर की गई फ़ाइल की निजी कॉपी होती है.
GeminiGem
Gemini Gem का लिंक.
JSON के काेड में दिखाना
{"id": string,"title": string,"url": string}
फ़ील्ड
id
string
Gems का रिसॉर्स आईडी.
title
string
Gem का टाइटल.
सिर्फ़ पढ़ने के लिए.
url
string
Gem को ऐक्सेस करने के लिए इस्तेमाल किया जा सकने वाला यूआरएल.
सिर्फ़ पढ़ने के लिए.
NotebookLmNotebook
NotebookLM की सुविधा वाले नोटबुक का लिंक.
JSON के काेड में दिखाना
{"id": string,"title": string,"url": string}
फ़ील्ड
id
string
नोटबुक का रिसॉर्स आईडी.
title
string
नोटबुक का टाइटल.
सिर्फ़ पढ़ने के लिए.
url
string
वह यूआरएल जिसका इस्तेमाल नोटबुक को ऐक्सेस करने के लिए किया जा सकता है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-08-08 (UTC) को अपडेट किया गया."],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n- [SharedDriveFile](#SharedDriveFile)\n - [JSON representation](#SharedDriveFile.SCHEMA_REPRESENTATION)\n- [ShareMode](#ShareMode)\n\nMaterial attached to course work.\n\nWhen creating attachments, setting the `form` field is not supported.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { // Union field `material` can be only one of the following: \"driveFile\": { object (/workspace/classroom/reference/rest/v1/Material#SharedDriveFile) }, \"youtubeVideo\": { object (/workspace/classroom/reference/rest/v1/YouTubeVideo) }, \"link\": { object (/workspace/classroom/reference/rest/v1/Link) }, \"form\": { object (/workspace/classroom/reference/rest/v1/Form) } // End of list of possible types for union field `material`. } ``` |\n\n| Fields ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Union field `material`. Material content. `material` can be only one of the following: ||\n| `driveFile` | `object (`[SharedDriveFile](/workspace/classroom/reference/rest/v1/Material#SharedDriveFile)`)` Google Drive file material. |\n| `youtubeVideo` | `object (`[YouTubeVideo](/workspace/classroom/reference/rest/v1/YouTubeVideo)`)` YouTube video material. |\n| `link` | `object (`[Link](/workspace/classroom/reference/rest/v1/Link)`)` Link material. On creation, this is upgraded to a more appropriate type if possible, and this is reflected in the response. |\n| `form` | `object (`[Form](/workspace/classroom/reference/rest/v1/Form)`)` Google Forms material. Read-only. |\n\nSharedDriveFile Drive file that is used as material for course work.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"driveFile\": { object (/workspace/classroom/reference/rest/v1/DriveFile) }, \"shareMode\": enum (/workspace/classroom/reference/rest/v1/Material#ShareMode) } ``` |\n\n| Fields ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------|\n| `driveFile` | `object (`[DriveFile](/workspace/classroom/reference/rest/v1/DriveFile)`)` Drive file details. |\n| `shareMode` | `enum (`[ShareMode](/workspace/classroom/reference/rest/v1/Material#ShareMode)`)` Mechanism by which students access the Drive item. |\n\nShareMode Possible sharing options. Defaults to VIEW if left unspecified, and other values may only be specified within a course work object of type ASSIGNMENT.\n\n| Enums ||\n|----------------------|-----------------------------------------------------------|\n| `UNKNOWN_SHARE_MODE` | No sharing mode specified. This should never be returned. |\n| `VIEW` | Students can view the shared file. |\n| `EDIT` | Students can edit the shared file. |\n| `STUDENT_COPY` | Students have a personal copy of the shared file. |"]]