Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 943 Bytes

AuditEntryEntry.md

File metadata and controls

28 lines (20 loc) · 943 Bytes

AuditEntryEntry

Properties

Name Type Description Notes
entry AuditEntry [optional]

Example

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)

[Back to Model list] [Back to API list] [Back to README]