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

        :param dikt: A dict.
        :type: dict
        :return: The AggregateResult of this AggregateResult.  # noqa: E501
        :rtype: AggregateResult
        """
        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 TaskSummary of this TaskSummary.  # noqa: E501
        :rtype: TaskSummary
        """
        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 ExperimentAggregate of this ExperimentAggregate.  # noqa: E501
        :rtype: ExperimentAggregate
        """
        return util.deserialize_model(dikt, cls)
Exemplo n.º 4
0
    def from_dict(cls, dikt):
        """Returns the dict as a model

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