genereated from openapi generator

This commit is contained in:
Pakin 2025-06-16 16:37:36 +07:00
commit 381e758fdf
500 changed files with 25844 additions and 0 deletions

12
docs/Platform.md Normal file
View file

@ -0,0 +1,12 @@
# Platform
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**architecture** | Option<**String**> | Architecture represents the hardware architecture (for example, `x86_64`). | [optional]
**os** | Option<**String**> | OS represents the Operating System (for example, `linux` or `windows`). | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)