Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
sync-jira
/
gropius.sync.jira.model
/
IssueTypeRequest
IssueTypeRequest
@
Serializable
data
class
IssueTypeRequest
(
val
name
:
String
)
Kotlin representation of the IssueTypeRequest JSON
Parameters
name
The name of the issue type
Members
Constructors
Issue
Type
Request
Link copied to clipboard
constructor
(
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String