| Name | Type | Description | Notes |
|---|---|---|---|
| version_id | str | Version identifier (hash). | [optional] |
| name | str | Version name. | [optional] |
| person | DocumentUser | [optional] | |
| created_at | str | Creation timestamp (Y-m-d H:i:s). | [optional] |
frompdf_generator_api_client.models.document_versionimportDocumentVersion# TODO update the JSON string belowjson="{}"# create an instance of DocumentVersion from a JSON stringdocument_version_instance=DocumentVersion.from_json(json)
# print the JSON string representation of the objectprint(DocumentVersion.to_json())
# convert the object into a dictdocument_version_dict=document_version_instance.to_dict()
# create an instance of DocumentVersion from a dictdocument_version_from_dict=DocumentVersion.from_dict(document_version_dict)