Name | Type | Description | Notes |
---|---|---|---|
entry | AuditEntry | [optional] |
from alfresco_core_api_client.models.audit_entry_entry import AuditEntryEntry
# TODO update the JSON string below
json = "{}"
# create an instance of AuditEntryEntry from a JSON string
audit_entry_entry_instance = AuditEntryEntry.from_json(json)
# print the JSON string representation of the object
print AuditEntryEntry.to_json()
# convert the object into a dict
audit_entry_entry_dict = audit_entry_entry_instance.to_dict()
# create an instance of AuditEntryEntry from a dict
audit_entry_entry_form_dict = audit_entry_entry.from_dict(audit_entry_entry_dict)