ExecutionResponse
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
كائن يقدم القيمة المعروضة لدالة تم تنفيذها باستخدام واجهة برمجة التطبيقات لبرمجة التطبيقات. إذا تم عرض دالة النص البرمجي بنجاح، سيحتوي الحقل response
لنص الاستجابة على كائن ExecutionResponse
هذا.
تمثيل JSON |
{
"result": value
} |
الحقول |
result |
value (Value format)
القيمة المعروضة لدالة script (البرنامج النصي). يتطابق النوع مع نوع الكائن الذي يتم عرضه في "برمجة تطبيقات Google". لا يمكن للدوال التي يتم استدعاؤها باستخدام واجهة برمجة التطبيقات لبرمجة التطبيقات عرض كائنات خاصة ببرمجة التطبيقات (مثل Document أو Calendar )، يمكنها فقط عرض الأنواع الأساسية مثل string أو number أو array أو object أو boolean .
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003e\u003ccode\u003eExecutionResponse\u003c/code\u003e objects represent the results of Apps Script functions executed via the Apps Script API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eresult\u003c/code\u003e field within the \u003ccode\u003eExecutionResponse\u003c/code\u003e holds the function's return value, limited to basic types like string, number, array, object, or boolean.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful script execution leads to the \u003ccode\u003eExecutionResponse\u003c/code\u003e being placed in the \u003ccode\u003eresponse\u003c/code\u003e field of the response body.\u003c/p\u003e\n"]]],[],null,["# ExecutionResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAn object that provides the return value of a function executed using the Apps Script API. If the script function returns successfully, the response body's [response](/apps-script/api/reference/rest/v1/scripts/run#body.Operation.FIELDS.response) field contains this `ExecutionResponse` object.\n\n| JSON representation |\n|-----------------------------|\n| ``` { \"result\": value } ``` |\n\n| Fields ||\n|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `result` | `value (`[Value](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Value)` format)` The return value of the script function. The type matches the object type returned in Apps Script. Functions called using the Apps Script API cannot return Apps Script-specific objects (such as a `Document` or a `Calendar`); they can only return primitive types such as a `string`, `number`, `array`, `object`, or `boolean`. |"]]