@property
    def content(self):
        c = self._dict.get("content", None)
        return None if c is None else Content(c)