Name |
Type |
Description |
Notes |
from neurostore_sdk.models.point_relationships_values import PointRelationshipsValues
# TODO update the JSON string below
json = "{}"
# create an instance of PointRelationshipsValues from a JSON string
point_relationships_values_instance = PointRelationshipsValues.from_json(json)
# print the JSON string representation of the object
print PointRelationshipsValues.to_json()
# convert the object into a dict
point_relationships_values_dict = point_relationships_values_instance.to_dict()
# create an instance of PointRelationshipsValues from a dict
point_relationships_values_form_dict = point_relationships_values.from_dict(point_relationships_values_dict)
[Back to Model list] [Back to API list] [Back to README]