You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromalfresco_core_api_client.models.node_body_create_associationimportNodeBodyCreateAssociation# TODO update the JSON string belowjson="{}"# create an instance of NodeBodyCreateAssociation from a JSON stringnode_body_create_association_instance=NodeBodyCreateAssociation.from_json(json)
# print the JSON string representation of the objectprintNodeBodyCreateAssociation.to_json()
# convert the object into a dictnode_body_create_association_dict=node_body_create_association_instance.to_dict()
# create an instance of NodeBodyCreateAssociation from a dictnode_body_create_association_form_dict=node_body_create_association.from_dict(node_body_create_association_dict)