پاسخ برای اجرا یا اشکال زدایی یک تابع در پروژه Apps Script.
نمایندگی JSON
{// Union field update can be only one of the following:"result": {object (ScriptExecutionResult)}// End of list of possible types for union field update.}
فیلدها
update فیلد اتحادیه از سرور با داده های مربوط به اجرای خود به روز کنید. update تنها می تواند یکی از موارد زیر باشد:
Value یک مقدار تایپ شده پویا را نشان می دهد که نتیجه یک اسکریپت اجرا شده است.
نمایندگی JSON
{// Union field kind can be only one of the following:"nullValue": enum (NullValue),"numberValue": number,"stringValue": string,"boolValue": boolean,"structValue": {object (Struct)},"listValue": {object (ListValue)},"dateValue": string,"protoValue": {"@type": string,field1: ...,...},"bytesValue": string// End of list of possible types for union field kind.}
فیلدها
kind میدان اتحادیه . نوع ارزش. kind می تواند تنها یکی از موارد زیر باشد:
یک شی حاوی فیلدهایی از نوع دلخواه. یک فیلد اضافی "@type" حاوی یک URI است که نوع را مشخص می کند. مثال: { "id": 1234, "@type": "types.example.com/standard/id" } .
تاریخ آخرین بهروزرسانی 2025-01-06 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-01-06 بهوقت ساعت هماهنگ جهانی."],[[["The content describes the JSON response structure for executing or debugging a function within an Apps Script project."],["`ScriptExecutionResult` encapsulates the outcome of the function execution, which can include a return value."],["`Value` represents the dynamically typed result of the script, encompassing various data types like numbers, strings, booleans, structures, and lists."],["`Struct` and `ListValue` further define structured data and collections of values respectively, offering a comprehensive representation of complex results."]]],[]]