Пример #1
0
 def from_dict(cls, dikt) -> 'UserUserMetadata':
     """Returns the dict as a model
     :param dikt: A dict.
     :type: dict
     :return: The User_user_metadata of this UserUserMetadata.  # noqa: E501
     :rtype: UserUserMetadata
     """
     return util.deserialize_model(dikt, cls)
Пример #2
0
    def from_dict(cls, dikt) -> 'CubegenConfigOpenParams':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The CubegenConfig_open_params of this CubegenConfigOpenParams.  # noqa: E501
        :rtype: CubegenConfigOpenParams
        """
        return util.deserialize_model(dikt, cls)
Пример #3
0
    def from_dict(cls, dikt) -> 'Cubegen':
        """Returns the dict as a model

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

        :param dikt: A dict.
        :type: dict
        :return: The CubegenConfig_output_config of this CubegenConfigOutputConfig.  # noqa: E501
        :rtype: CubegenConfigOutputConfig
        """
        return util.deserialize_model(dikt, cls)
Пример #5
0
    def from_dict(cls, dikt) -> 'Identity':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Identity of this Identity.  # noqa: E501
        :rtype: Identity
        """
        return util.deserialize_model(dikt, cls)
Пример #6
0
    def from_dict(cls, dikt) -> 'Callback':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Callback of this Callback.  # noqa: E501
        :rtype: Callback
        """
        return util.deserialize_model(dikt, cls)
Пример #7
0
    def from_dict(cls, dikt) -> 'DataStoreCostParams':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The DataStore_cost_params of this DataStoreCostParams.  # noqa: E501
        :rtype: DataStoreCostParams
        """
        return util.deserialize_model(dikt, cls)
Пример #8
0
    def from_dict(cls, dikt) -> 'Dataset':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Dataset of this Dataset.  # noqa: E501
        :rtype: Dataset
        """
        return util.deserialize_model(dikt, cls)
Пример #9
0
    def from_dict(cls, dikt) -> 'Subscription':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Subscription of this Subscription.  # noqa: E501
        :rtype: Subscription
        """
        return util.deserialize_model(dikt, cls)
Пример #10
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 util.deserialize_model(dikt, cls)
Пример #11
0
    def from_dict(cls, dikt) -> 'CubegenConfigCodeConfigFileSet':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The CubegenConfigCodeConfig_file_set of this CubegenConfigCodeConfigFileSet.  # noqa: E501
        :rtype: CubegenConfigCodeConfigFileSet
        """
        return util.deserialize_model(dikt, cls)
Пример #12
0
    def from_dict(cls, dikt) -> 'UserAppMetadata':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The AppConfig of this AppConfig.  # noqa: E501
        :rtype: AppConfig
        """
        return util.deserialize_model(dikt, cls)
Пример #13
0
    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)
Пример #14
0
 def from_dict(cls: typing.Type[T], dikt) -> T:
     """Returns the dict as a model"""
     return util.deserialize_model(dikt, cls)