ValueDimension
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ค่าที่อยู่ในมิติข้อมูลที่กำหนดไว้ล่วงหน้า 1 รายการ ช่อง value ต้องตั้งค่าเป็นประเภท dimension ที่สอดคล้องกัน
| การแสดง JSON |
{
"value": string,
"dimension": string
} |
| ช่อง |
value |
string (int64 format)
ไม่บังคับ คุณค่า
|
dimension |
string
ต้องระบุ มิติข้อมูล
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-23 UTC
[null,null,["อัปเดตล่าสุด 2024-08-23 UTC"],[],["The content defines a data structure representing a value along a specified dimension. It requires two fields: `value`, which holds the data as a string (potentially an integer), and `dimension`, which is a string indicating the category the value belongs to. The `value` field is optional, and the `dimension` field is required. Data should be represented in the provided JSON format.\n"]]