2021-03-17 16:35:19 +08:00
# version_info_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**build_date** | **char \** * | |
**compiler** | **char \** * | |
2025-06-08 08:13:38 +00:00
**emulation_major** | **char \** * | EmulationMajor is the major version of the emulation version | [optional]
**emulation_minor** | **char \** * | EmulationMinor is the minor version of the emulation version | [optional]
2021-03-17 16:35:19 +08:00
**git_commit** | **char \** * | |
**git_tree_state** | **char \** * | |
**git_version** | **char \** * | |
**go_version** | **char \** * | |
2025-06-08 08:13:38 +00:00
**major** | **char \** * | Major is the major version of the binary version |
**min_compatibility_major** | **char \** * | MinCompatibilityMajor is the major version of the minimum compatibility version | [optional]
**min_compatibility_minor** | **char \** * | MinCompatibilityMinor is the minor version of the minimum compatibility version | [optional]
**minor** | **char \** * | Minor is the minor version of the binary version |
2021-03-17 16:35:19 +08:00
**platform** | **char \** * | |
[[Back to Model list]](../README.md#documentation -for-models) [[Back to API list]](../README.md#documentation -for-api-endpoints) [[Back to README]](../README.md)