IssueLabelsLabel

data class IssueLabelsLabel(val color: String, val description: String? = null, val name: String, val url: String? = null)

Constructors

Link copied to clipboard
constructor(color: String, description: String? = null, name: String, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A 6 character hex code, without the leading #, identifying the color of the label.

Link copied to clipboard
val description: String? = null

A short description of the label.

Link copied to clipboard

The name of the label.

Link copied to clipboard
val url: String? = null

The URL to the issue label