OsVersion
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"apiLevel": string
} |
字段 |
apiLevel |
string (int64 format)
操作系统的数字版本代码 - API 级别
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eOS version is represented using JSON format with a single field, \u003ccode\u003eapiLevel\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eapiLevel\u003c/code\u003e field is a string containing a numeric version code, representing the OS API level.\u003c/p\u003e\n"]]],["The content describes a JSON representation of an OS version. It uses a single field, `apiLevel`, to define the OS. `apiLevel` is a string that contains the numeric version code, specifically the API level of the operating system. This field is formatted as an int64 value, as indicated by the linked documentation.\n"],null,["# OsVersion\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresentation of an OS version.\n\n| JSON representation |\n|--------------------------------|\n| ``` { \"apiLevel\": string } ``` |\n\n| Fields ||\n|------------|--------------------------------------------------------------------------------------------------------------------------------|\n| `apiLevel` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Numeric version code of the OS - API level |"]]