name = new \wsos\database\types\text($name); $this->description = new \wsos\database\types\text($description); $this->apiKey = new \wsos\database\types\uuid($apiKey); $this->lastSeen = new \wsos\database\types\timestamp($lastSeen); $this->locator = new \wsos\database\types\json($locator); } } ?>