RelatedUrlResponse

data class RelatedUrlResponse(val label: String, val url: String)

Metadata for any related URL information

Constructors

Link copied to clipboard
fun RelatedUrlResponse(label: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Label to describe usage of the URL

Link copied to clipboard
val url: String

Specific URL to associate with the note