ISize
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| x | int | [optional] | |
| y | int | [optional] | |
| z | int | [optional] |
Example
from vcell_client.models.i_size import ISize
# TODO update the JSON string below
json = "{}"
# create an instance of ISize from a JSON string
i_size_instance = ISize.from_json(json)
# print the JSON string representation of the object
print ISize.to_json()
# convert the object into a dict
i_size_dict = i_size_instance.to_dict()
# create an instance of ISize from a dict
i_size_form_dict = i_size.from_dict(i_size_dict)