একটি Apps স্ক্রিপ্ট প্রকল্পে একটি ফাংশন নির্বাহ বা ডিবাগ করার প্রতিক্রিয়া।
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" }
[[["সহজে বোঝা যায়","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 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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."]]],[]]