in src/backup-explorer-cli/bkpctl/swagger_client/models/add_transaction_response.py [0:0]
def __init__(self, collection=None, operation=None, partition_id=None, key=None, status=None, description=None): # noqa: E501
"""AddTransactionResponse - a model defined in Swagger""" # noqa: E501
self._collection = None
self._operation = None
self._partition_id = None
self._key = None
self._status = None
self._description = None
self.discriminator = None
if collection is not None:
self.collection = collection
if operation is not None:
self.operation = operation
if partition_id is not None:
self.partition_id = partition_id
if key is not None:
self.key = key
if status is not None:
self.status = status
if description is not None:
self.description = description