19 lines
449 B
Markdown
Executable File
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]
|
|
|
|
|
|
|