RealmUserProfileAttributePermissions

data class RealmUserProfileAttributePermissions(val edits: List<String>, val views: List<String>)

Constructors

Link copied to clipboard
constructor(edits: List<String>, views: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of profiles that will be able to edit the attribute. One of admin, user.

Link copied to clipboard

A list of profiles that will be able to view the attribute. One of admin, user.