Label Args
data class LabelArgs(val color: Output<String>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<LabelArgs>
The gitlab.Label
resource allows to manage the lifecycle of a project label.
This resource is deprecated. use
gitlab.ProjectLabel
instead! Upstream API: GitLab REST API docs
Constructors
Properties
Link copied to clipboard
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the CSS color names.
Link copied to clipboard
The description of the label.