Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.11 KB

AnnotationRequestRelationshipsNotes.md

File metadata and controls

27 lines (19 loc) · 1.11 KB

AnnotationRequestRelationshipsNotes

Properties

Name Type Description Notes

Example

from neurostore_sdk.models.annotation_request_relationships_notes import AnnotationRequestRelationshipsNotes

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

# convert the object into a dict
annotation_request_relationships_notes_dict = annotation_request_relationships_notes_instance.to_dict()
# create an instance of AnnotationRequestRelationshipsNotes from a dict
annotation_request_relationships_notes_form_dict = annotation_request_relationships_notes.from_dict(annotation_request_relationships_notes_dict)

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