DocLink

class DocLink

A link to documentation that provides additional information for a recommendation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val text: String?

The text with the link to documentation for the recommendation.

Link copied to clipboard
val url: String?

The URL for the documentation for the recommendation.

Functions

Link copied to clipboard
inline fun copy(block: DocLink.Builder.() -> Unit = {}): DocLink
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String