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

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

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

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

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

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

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

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

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

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

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

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

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

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