OsVersion
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Darstellung einer Betriebssystemversion.
JSON-Darstellung |
{
"apiLevel": string
} |
Felder |
apiLevel |
string (int64 format)
Numerischer Versionscode des Betriebssystems – API-Level
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\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 |"]]