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

16 lines
764 B
Markdown

# LicenseTemplateInfo
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | Option<**String**> | Body contains the full text of the license | [optional]
**implementation** | Option<**String**> | Implementation contains license implementation details | [optional]
**key** | Option<**String**> | Key is the unique identifier for the license template | [optional]
**name** | Option<**String**> | Name is the display name of the license | [optional]
**url** | Option<**String**> | URL is the reference URL for the license | [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)