23 lines
1.2 KiB
Markdown
23 lines
1.2 KiB
Markdown
# version_info_t
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**build_date** | **char \*** | |
|
|
**compiler** | **char \*** | |
|
|
**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]
|
|
**git_commit** | **char \*** | |
|
|
**git_tree_state** | **char \*** | |
|
|
**git_version** | **char \*** | |
|
|
**go_version** | **char \*** | |
|
|
**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 |
|
|
**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)
|
|
|
|
|