RealmProfile

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard