ExternalUrl

data class ExternalUrl(val name: String? = null, val url: String? = null)

Constructors

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

Properties

Link copied to clipboard
val name: String? = null

The name.

Link copied to clipboard
val url: String? = null

The type of the item.