Exemplo n.º 1
0
    def from_dict(cls, dikt):
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The FacetValue of this FacetValue.  # noqa: E501
        :rtype: FacetValue
        """
        return util.deserialize_model(dikt, cls)
Exemplo n.º 2
0
    def from_dict(cls, dikt):
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ExportUrlResponse of this ExportUrlResponse.  # noqa: E501
        :rtype: ExportUrlResponse
        """
        return util.deserialize_model(dikt, cls)
Exemplo n.º 3
0
    def from_dict(cls, dikt):
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The SearchResult of this SearchResult.  # noqa: E501
        :rtype: SearchResult
        """
        return util.deserialize_model(dikt, cls)
Exemplo n.º 4
0
 def from_dict(cls, dikt):
     """Returns the dict as a model"""
     return util.deserialize_model(dikt, cls)