DimensionValue
JSON के काेड में दिखाना |
{
// Union field one_value can be only one of the following:
"value": string
// End of list of possible types for union field one_value .
} |
फ़ील्ड |
यूनियन फ़ील्ड one_value . एक तरह की डाइमेंशन वैल्यू one_value , इनमें से सिर्फ़ एक हो सकती है: |
value |
string
अगर डाइमेंशन टाइप कोई स्ट्रिंग है, तो स्ट्रिंग के तौर पर वैल्यू.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-11 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-11 (UTC) को अपडेट किया गया."],[[["This documentation describes the JSON representation of a dimension's value within a data structure."],["A dimension value can be represented as a string, indicated by the \"value\" field in the JSON object."],["The \"one_value\" field acts as a union, accepting only one type of value, which in this case is the string representation of the dimension."]]],["The document describes a dimension value represented in JSON. A dimension value uses a union field called `one_value`. This field can only contain a single value, which is a string. The string value is stored in the field named `value`, and this field is used when the dimension type is explicitly a string.\n"]]