ValueDimension
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Wartość wzdłuż jednego wstępnie zdefiniowanego wymiaru. Pole value musi mieć ustawiony odpowiedni typ dimension.
| Zapis JSON |
{
"value": string,
"dimension": string
} |
| Pola |
value |
string (int64 format)
Opcjonalnie: konw.
|
dimension |
string
Wymagane. Wymiar.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-23 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]