def from_dict(cls, dikt):
        """Returns the dict as a model

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

        :param dikt: A dict.
        :type: dict
        :return: The snapshotDefinition of this SnapshotDefinition.
        :rtype: SnapshotDefinition
        """
        return util.deserialize_model(dikt, cls)
Ejemplo n.º 3
0
    def from_dict(cls, dikt):
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The repositoryDefinition of this RepositoryDefinition.
        :rtype: RepositoryDefinition
        """
        return util.deserialize_model(dikt, cls)