@Serializable
data class IssueTypeRequest(val name: String)

Kotlin representation of the IssueTypeRequest JSON

Parameters

name

The name of the issue type

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard