NoteRelatedUrl

data class NoteRelatedUrl(val label: String? = null, val url: String)

Constructors

Link copied to clipboard
constructor(label: String? = null, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val label: String? = null

Label to describe usage of the URL

Link copied to clipboard
val url: String

Specific URL associated with the resource.