open class ObjectOwner
Part of models.
User object that is used to login and then fetch the correct user object
<init> |
Part of models. ObjectOwner(: String, : String) |
id |
the id of the object owner val id: String |
name |
the owner's full name val name: String |
ObjectUser |
Part of models. class ObjectUser : ObjectOwner |