GetProjectIssueTaskCompletionStatus

data class GetProjectIssueTaskCompletionStatus(val completedCount: Int, val count: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of tasks that are completed.

Link copied to clipboard
val count: Int

The number of tasks.