DashboardShortFormatText

data class DashboardShortFormatText(val plainText: String? = null, val richText: String? = null)

Constructors

Link copied to clipboard
fun DashboardShortFormatText(plainText: String? = null, richText: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val plainText: String? = null
Link copied to clipboard
val richText: String? = null