RealmAttributePermissions

data class RealmAttributePermissions(val view: Set<String>? = null, val edit: Set<String>? = null)

Constructors

Link copied to clipboard
constructor(view: Set<String>? = null, edit: Set<String>? = null)

Properties

Link copied to clipboard
val edit: Set<String>? = null
Link copied to clipboard
val view: Set<String>? = null