@property
    def response(self):
        r = self._dict.get("response", None)
        return None if r is None else Response(r)