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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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