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

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

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

        :param dikt: A dict.
        :type: dict
        :return: The Service of this Service.  # noqa: E501
        :rtype: Service
        """
        return util.deserialize_model(dikt, cls)
Exemple #4
0
    def from_dict(cls, dikt) -> 'FacetValue':
        """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)
    def from_dict(cls, dikt) -> 'Workflow':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Workflow of this Workflow.  # noqa: E501
        :rtype: Workflow
        """
        return util.deserialize_model(dikt, cls)
Exemple #6
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)
    def from_dict(cls, dikt) -> 'FileWrapper':
        """Returns the dict as a model

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

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

        :param dikt: A dict.
        :type: dict
        :return: The Metadata of this Metadata.  # noqa: E501
        :rtype: Metadata
        """
        return util.deserialize_model(dikt, cls)
 def from_dict(cls, dikt) -> 'ContainerImage':
     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)