Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 835 Bytes

NodeEntry.md

File metadata and controls

28 lines (20 loc) · 835 Bytes

NodeEntry

Properties

Name Type Description Notes
entry Node

Example

from alfresco_core_api_client.models.node_entry import NodeEntry

# TODO update the JSON string below
json = "{}"
# create an instance of NodeEntry from a JSON string
node_entry_instance = NodeEntry.from_json(json)
# print the JSON string representation of the object
print NodeEntry.to_json()

# convert the object into a dict
node_entry_dict = node_entry_instance.to_dict()
# create an instance of NodeEntry from a dict
node_entry_form_dict = node_entry.from_dict(node_entry_dict)

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