TopLinks

data class TopLinks(val title: String?, val url: String?, val type: String?)

Represents a top link in a configuration header.

Parameters

title

The title of the link, or null if not set.

url

The URL of the link, or null if not set.

type

The type of the link, or null if not set.

Constructors

Link copied to clipboard
constructor(title: String?, url: String?, type: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val type: String?
Link copied to clipboard
val url: String?