RealmUserProfileGroup

data class RealmUserProfileGroup(val annotations: Map<String, String>? = null, val displayDescription: String? = null, val displayHeader: String? = null, val name: String)

Constructors

Link copied to clipboard
constructor(annotations: Map<String, String>? = null, displayDescription: String? = null, displayHeader: String? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: Map<String, String>? = null
Link copied to clipboard

The display description of the group.

Link copied to clipboard
val displayHeader: String? = null

The display header of the group.

Link copied to clipboard