Dimension
Stay organized with collections
Save and categorize content based on your preferences.
A magnitude in a single direction in the specified units.
JSON representation |
{
"magnitude": number,
"unit": enum (Unit )
} |
Fields |
magnitude |
number
The magnitude.
|
unit |
enum (Unit )
The units for magnitude.
|
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 2025-03-21 UTC.
[null,null,["Last updated 2025-03-21 UTC."],[],[],null,["# Dimension\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA magnitude in a single direction in the specified units.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------|\n| ``` { \"magnitude\": number, \"unit\": enum (/workspace/slides/api/reference/rest/v1/Unit) } ``` |\n\n| Fields ||\n|-------------|------------------------------------------------------------------------------------------|\n| `magnitude` | `number` The magnitude. |\n| `unit` | `enum (`[Unit](/workspace/slides/api/reference/rest/v1/Unit)`)` The units for magnitude. |"]]