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

764 B

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] [Back to API list] [Back to README]