[[["เข้าใจง่าย","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-02 UTC"],[[["`BigQueryParameterType` is an enum used to define parameter types for BigQuery."],["To specify a parameter type, use the format: `DataStudioApp.BigQueryParameterType.[TYPE]`, replacing `[TYPE]` with the desired type (e.g., `STRING`, `INT64`)."],["Supported BigQuery parameter types include `STRING`, `INT64`, `BOOL`, and `FLOAT64`, representing text, integer, boolean, and floating-point number values, respectively."]]],["`BigQueryParameterType` is an enum defining settable parameter types for BigQuery. It includes `STRING`, `INT64`, `BOOL`, and `FLOAT64`. Each is an `Enum` type, representing String, 64-bit integer, Boolean, and 64-bit floating-point number values respectively. To use, call the parent class with the desired parameter name, such as `DataStudioApp.BigQueryParameterType.STRING`.\n"]]