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
/
ProjectRequest
ProjectRequest
@
Serializable
data
class
ProjectRequest
(
val
key
:
String
)
Kotlin representation of the ProjectRequest JSON
Parameters
key
The key of the project
Members
Constructors
Project
Request
Link copied to clipboard
constructor
(
key
:
String
)
Properties
key
Link copied to clipboard
val
key
:
String