[[["เข้าใจง่าย","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"]],["อัปเดตล่าสุด 2024-12-03 UTC"],[[["`DataSourceType` is used to specify the type of data source used within Google Apps Script."],["The enum includes options for unsupported data sources, BigQuery, and Looker."],["To reference a specific data source type, use the syntax: `SpreadsheetApp.DataSourceType.[DataSourceType]`."]]],["The document defines `DataSourceType`, an enumeration of data source types used in Apps Script. It lists three properties: `DATA_SOURCE_TYPE_UNSUPPORTED` (a type not supported), `BIGQUERY` (a BigQuery data source), and `LOOKER` (a Looker data source). To use an enum, you must call it through its parent class, for example: `SpreadsheetApp.DataSourceType.BIGQUERY`. The property's `type` is `Enum`, and a short description is given for each property.\n"]]