RealmProfile
data class RealmProfile(val attributes: ArrayList<RealmAttribute>, val groups: ArrayList<RealmAttributeGroup>, var unmanagedAttributePolicy: String? = null)
Constructors
Link copied to clipboard
constructor(attributes: ArrayList<RealmAttribute>, groups: ArrayList<RealmAttributeGroup>, unmanagedAttributePolicy: String? = null)