introvoyz041's picture
Migrated from GitHub
9d54b72 verified

Origin

Properties

Name Type Description Notes
x float [optional]
y float [optional]
z float [optional]

Example

from vcell_client.models.origin import Origin

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

# convert the object into a dict
origin_dict = origin_instance.to_dict()
# create an instance of Origin from a dict
origin_form_dict = origin.from_dict(origin_dict)

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