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)