java.gitea.api/docs/IssueTemplate.md
2021-02-28 22:05:54 +01:00

19 lines
449 B
Markdown
Executable File

# IssueTemplate
IssueTemplate represents an issue template for a repository
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**about** | **String** | | [optional]
**content** | **String** | | [optional]
**fileName** | **String** | | [optional]
**labels** | **List<String>** | | [optional]
**name** | **String** | | [optional]
**title** | **String** | | [optional]