Files
gitea-rs/crates/gitea-client/docs/NodeInfoSoftware.md
2026-03-20 16:24:40 +01:00

15 lines
698 B
Markdown

# NodeInfoSoftware
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**homepage** | Option<**String**> | Homepage is the URL to the homepage of this server software | [optional]
**name** | Option<**String**> | Name is the canonical name of this server software | [optional]
**repository** | Option<**String**> | Repository is the URL to the source code repository | [optional]
**version** | Option<**String**> | Version is the version of this server software | [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)