ValueDimension
Stay organized with collections
Save and categorize content based on your preferences.
A value along one predefined dimension. The field value
must be set to the corresponding type of the dimension
.
JSON representation |
{
"value": string,
"dimension": string
} |
Fields |
value |
string (int64 format)
Optional. Value.
|
dimension |
string
Required. Dimension.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["\u003cp\u003eRepresents a value associated with a specific, predefined dimension.\u003c/p\u003e\n"],["\u003cp\u003eRequires a \u003ccode\u003edimension\u003c/code\u003e field specifying the dimension and a \u003ccode\u003evalue\u003c/code\u003e field holding the corresponding data, formatted as a string.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evalue\u003c/code\u003e field's data type should align with the expected type for the given \u003ccode\u003edimension\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,["# ValueDimension\n\nA value along one predefined dimension. The field `value` must be set to the corresponding type of the `dimension`.\n\n| JSON representation |\n|--------------------------------------------------|\n| ``` { \"value\": string, \"dimension\": string } ``` |\n\n| Fields ||\n|-------------|------------------------------------------------------------------------------------------------------|\n| `value` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Optional. Value. |\n| `dimension` | `string` Required. Dimension. |"]]