Label

object Label
class Object
trait Matchable
class Any

Value members

Concrete methods

def color: SelectionBuilder[Label, String]

Background color of the label.

Background color of the label.

def createdAt: SelectionBuilder[Label, Time]

When this label was created.

When this label was created.

def description: SelectionBuilder[Label, Option[String]]

Description of the label (Markdown rendered as HTML for caching).

Description of the label (Markdown rendered as HTML for caching).

def descriptionHtml: SelectionBuilder[Label, Option[String]]

The GitLab Flavored Markdown rendering of description

The GitLab Flavored Markdown rendering of description

def id: SelectionBuilder[Label, String]

Label ID.

Label ID.

def textColor: SelectionBuilder[Label, String]

Text color of the label.

Text color of the label.

def title: SelectionBuilder[Label, String]

Content of the label.

Content of the label.

def updatedAt: SelectionBuilder[Label, Time]

When this label was last updated.

When this label was last updated.