def from_dict(cls, dikt) -> 'ResultUUID':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The inline_response_200 of this ResultUUID.  
        :rtype: ResultUUID
        """
        return util.deserialize_model(dikt, cls)
示例#2
0
    def from_dict(cls, dikt) -> 'FileResponse':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The FileResponse of this FileResponse.  
        :rtype: FileResponse
        """
        return util.deserialize_model(dikt, cls)
    def from_dict(cls, dikt) -> 'FileBlockedError':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The FileBlockedError of this FileBlockedError.  
        :rtype: FileBlockedError
        """
        return util.deserialize_model(dikt, cls)
    def from_dict(cls, dikt) -> 'InboundRequestBody':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The InboundRequestBody of this InboundRequestBody.  
        :rtype: InboundRequestBody
        """
        return util.deserialize_model(dikt, cls)