| Name | Type | Description | Notes |
|---|---|---|---|
| action | str | The action performed on the document. | [optional] |
| person | DocumentUser | [optional] | |
| created_at | str | Action timestamp (Y-m-d H:i:s). | [optional] |
frompdf_generator_api_client.models.document_actionimportDocumentAction# TODO update the JSON string belowjson="{}"# create an instance of DocumentAction from a JSON stringdocument_action_instance=DocumentAction.from_json(json)
# print the JSON string representation of the objectprint(DocumentAction.to_json())
# convert the object into a dictdocument_action_dict=document_action_instance.to_dict()
# create an instance of DocumentAction from a dictdocument_action_from_dict=DocumentAction.from_dict(document_action_dict)