IssueLabelsLabelArgs

data class IssueLabelsLabelArgs(val color: Output<String>, val description: Output<String>? = null, val name: Output<String>, val url: Output<String>? = null) : ConvertibleToJava<IssueLabelsLabelArgs>

Constructors

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

Properties

Link copied to clipboard
val color: Output<String>

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

Link copied to clipboard
val description: Output<String>? = null

A short description of the label.

Link copied to clipboard
val name: Output<String>

The name of the label.

Link copied to clipboard
val url: Output<String>? = null

The URL to the issue label

Functions

Link copied to clipboard
open override fun toJava(): IssueLabelsLabelArgs