ChangelogLinkedRequest

data class ChangelogLinkedRequest(val id: String, val title: String)(source)

Feature request referenced by a ChangelogEntry, highlighting resolved requests.

Constructors

Link copied to clipboard
constructor(id: String, title: String)

Properties

Link copied to clipboard
val id: String

Unique ID of the linked feature request.

Link copied to clipboard

Headline of the linked feature request.