RelatedTo

data class RelatedTo(var relatedtoId: Long = 0, var text: String? = null, var reltype: String? = null, var other: String? = null)

Constructors

Link copied to clipboard
constructor(relatedtoId: Long = 0, text: String? = null, reltype: String? = null, other: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var text: String?