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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        :param dikt: A dict.
        :type: dict
        :return: The User of this User.
        :rtype: User
        """
        return deserialize_model(dikt, cls)
Exemple #20
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.
        :rtype: Tag
        """
        return deserialize_model(dikt, cls)
Exemple #21
0
    def from_dict(cls, dikt):
        """
        Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Pet of this Pet.
        :rtype: Pet
        """
        return deserialize_model(dikt, cls)
Exemple #22
0
    def from_dict(cls, dikt):
        """
        Returns the dict as a model

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

        :param dikt: A dict.
        :type: dict
        :return: The response_200_output of this Response200Output.
        :rtype: Response200Output
        """
        return deserialize_model(dikt, cls)
Exemple #24
0
    def from_dict(cls, dikt) -> 'Input':
        """
        Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The input of this Input.
        :rtype: Input
        """
        return deserialize_model(dikt, cls)
Exemple #25
0
    def from_dict(cls, dikt) -> 'Order':
        """
        Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Order of this Order.
        :rtype: Order
        """
        return deserialize_model(dikt, cls)
Exemple #26
0
    def from_dict(cls, dikt) -> 'EndotypesPeriod':
        """
        Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The endotypes_period of this EndotypesPeriod.
        :rtype: EndotypesPeriod
        """
        return deserialize_model(dikt, cls)
    def from_dict(cls, dikt) -> 'ApiResponse':
        """
        Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ApiResponse of this ApiResponse.
        :rtype: ApiResponse
        """
        return deserialize_model(dikt, cls)
Exemple #28
0
    def from_dict(cls, dikt) -> 'Exposure':
        """
        Returns the dict as a model

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

        :param dikt: A dict.
        :type: dict
        :return: The Category of this Category.
        :rtype: Category
        """
        return deserialize_model(dikt, cls)
Exemple #30
0
    def from_dict(cls, dikt):
        """
        Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Category of this Category.
        :rtype: Category
        """
        return deserialize_model(dikt, cls)
Exemple #31
0
    def from_dict(cls, dikt) -> 'Visit':
        """
        Returns the dict as a model

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

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