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

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

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

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

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

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

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

        :param dikt: A dict.
        :type: dict
        :return: The test run of this test run.
        :rtype: Run
        """
        return util.deserialize_model(dikt, cls)
Beispiel #8
0
    def from_dict(cls, dikt) -> "Pagination":
        """Returns the dict as a model

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