src/backup-explorer-cli/bkpctl/swagger_client/models/add_transaction_request.py [117:163]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def partition_id(self):
        """Gets the partition_id of this AddTransactionRequest.  # noqa: E501

        Partition id   # noqa: E501

        :return: The partition_id of this AddTransactionRequest.  # noqa: E501
        :rtype: str
        """
        return self._partition_id

    @partition_id.setter
    def partition_id(self, partition_id):
        """Sets the partition_id of this AddTransactionRequest.

        Partition id   # noqa: E501

        :param partition_id: The partition_id of this AddTransactionRequest.  # noqa: E501
        :type: str
        """

        self._partition_id = partition_id

    @property
    def key(self):
        """Gets the key of this AddTransactionRequest.  # noqa: E501

        Key of the dictionary  # noqa: E501

        :return: The key of this AddTransactionRequest.  # noqa: E501
        :rtype: object
        """
        return self._key

    @key.setter
    def key(self, key):
        """Sets the key of this AddTransactionRequest.

        Key of the dictionary  # noqa: E501

        :param key: The key of this AddTransactionRequest.  # noqa: E501
        :type: object
        """

        self._key = key

    @property
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/backup-explorer-cli/bkpctl/swagger_client/models/add_transaction_response.py [121:167]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def partition_id(self):
        """Gets the partition_id of this AddTransactionResponse.  # noqa: E501

        Partition id   # noqa: E501

        :return: The partition_id of this AddTransactionResponse.  # noqa: E501
        :rtype: str
        """
        return self._partition_id

    @partition_id.setter
    def partition_id(self, partition_id):
        """Sets the partition_id of this AddTransactionResponse.

        Partition id   # noqa: E501

        :param partition_id: The partition_id of this AddTransactionResponse.  # noqa: E501
        :type: str
        """

        self._partition_id = partition_id

    @property
    def key(self):
        """Gets the key of this AddTransactionResponse.  # noqa: E501

        Key of the dictionary  # noqa: E501

        :return: The key of this AddTransactionResponse.  # noqa: E501
        :rtype: object
        """
        return self._key

    @key.setter
    def key(self, key):
        """Sets the key of this AddTransactionResponse.

        Key of the dictionary  # noqa: E501

        :param key: The key of this AddTransactionResponse.  # noqa: E501
        :type: object
        """

        self._key = key

    @property
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



