RealmProfile

data class RealmProfile(val attributes: ArrayList<RealmAttribute>, val groups: List<Map<String, String>>, var unmanagedAttributePolicy: String? = null)

Constructors

Link copied to clipboard
constructor(attributes: ArrayList<RealmAttribute>, groups: List<Map<String, String>>, unmanagedAttributePolicy: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard