GetIssueLabelsLabel

data class GetIssueLabelsLabel(val color: String, val description: String, val name: String, val url: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The hexadecimal color code for the label, without the leading #.

Link copied to clipboard

A short description of the label.

Link copied to clipboard

The name of the label.

Link copied to clipboard
val url: String

The URL of the label.