Beispiel #1
0
    def from_dict(cls, dikt) -> 'Tag':
        """Returns the dict as a model

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

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

        :param dikt: A dict.
        :type: dict
        :return: The SimulationEnvironmentDetailed of this SimulationEnvironmentDetailed.  # noqa: E501
        :rtype: SimulationEnvironmentDetailed
        """
        return util.deserialize_model(dikt, cls)
Beispiel #4
0
    def from_dict(cls, dikt) -> 'SimulationRunSummary':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The SimulationRunSummary of this SimulationRunSummary.  # noqa: E501
        :rtype: SimulationRunSummary
        """
        return util.deserialize_model(dikt, cls)
Beispiel #5
0
    def from_dict(cls, dikt) -> 'Error':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Error of this Error.  # noqa: E501
        :rtype: Error
        """
        return util.deserialize_model(dikt, cls)
Beispiel #6
0
    def from_dict(cls, dikt) -> 'Comment':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Comment of this Comment.  # noqa: E501
        :rtype: Comment
        """
        return util.deserialize_model(dikt, cls)
Beispiel #7
0
    def from_dict(cls, dikt) -> 'Session':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Session of this Session.  # noqa: E501
        :rtype: Session
        """
        return util.deserialize_model(dikt, cls)
Beispiel #8
0
    def from_dict(cls, dikt) -> 'BagStoreSummary':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The BagStoreSummary of this BagStoreSummary.  # noqa: E501
        :rtype: BagStoreSummary
        """
        return util.deserialize_model(dikt, cls)
Beispiel #9
0
    def from_dict(cls, dikt) -> 'FileDetailed':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The FileDetailed of this FileDetailed.  # noqa: E501
        :rtype: FileDetailed
        """
        return util.deserialize_model(dikt, cls)
Beispiel #10
0
    def from_dict(cls, dikt) -> 'ProductFile':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ProductFile of this ProductFile.  # noqa: E501
        :rtype: ProductFile
        """
        return util.deserialize_model(dikt, cls)
Beispiel #11
0
 def from_dict(cls: typing.Type[T], dikt) -> T:
     """Returns the dict as a model"""
     return util.deserialize_model(dikt, cls)