ExecutionResponse
ออบเจ็กต์ที่ให้ค่าส่งกลับของฟังก์ชันที่เรียกใช้โดยใช้ Apps Script API หากฟังก์ชันสคริปต์แสดงผลสำเร็จ ช่อง response
ของเนื้อหาการตอบกลับจะมีออบเจ็กต์ ExecutionResponse
นี้อยู่
การแสดง JSON |
{
"result": value
} |
ช่อง |
result |
value (Value format)
ค่าส่งกลับของฟังก์ชันสคริปต์ ประเภทดังกล่าวจะตรงกับประเภทออบเจ็กต์ที่แสดงผลใน Apps Script ฟังก์ชันที่เรียกใช้โดยใช้ Apps Script API ไม่สามารถแสดงออบเจ็กต์เฉพาะ Apps Script (เช่น Document หรือ Calendar ) นักเรียนจะแสดงผลประเภทพื้นฐานเท่านั้น เช่น string , number , array , object หรือ boolean
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-09-12 UTC
[null,null,["อัปเดตล่าสุด 2024-09-12 UTC"],[[["`ExecutionResponse` objects represent the results of Apps Script functions executed via the Apps Script API."],["The `result` field within the `ExecutionResponse` holds the function's return value, limited to basic types like string, number, array, object, or boolean."],["Successful script execution leads to the `ExecutionResponse` being placed in the `response` field of the response body."]]],[]]