ProjectIssueTaskCompletionStatus

data class ProjectIssueTaskCompletionStatus(val completedCount: Int? = null, val count: Int? = null)

Constructors

Link copied to clipboard
constructor(completedCount: Int? = null, count: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val completedCount: Int? = null
Link copied to clipboard
val count: Int? = null