تاريخ التعديل الأخير: 2024-12-02 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`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"]]