BioModel
Properties
| Name |
Type |
Description |
Notes |
| bm_key |
str |
|
[optional] |
| name |
str |
|
[optional] |
| privacy |
int |
|
[optional] |
| group_users |
List[str] |
|
[optional] |
| saved_date |
int |
|
[optional] |
| annot |
str |
|
[optional] |
| branch_id |
str |
|
[optional] |
| phys_model_key |
str |
|
[optional] |
| owner_name |
str |
|
[optional] |
| owner_key |
str |
|
[optional] |
| simulation_key_list |
List[str] |
|
[optional] |
| applications |
List[object] |
|
[optional] |
Example
from vcell_client.models.bio_model import BioModel
json = "{}"
bio_model_instance = BioModel.from_json(json)
print BioModel.to_json()
bio_model_dict = bio_model_instance.to_dict()
bio_model_form_dict = bio_model.from_dict(bio_model_dict)
[Back to Model list] [Back to API list] [Back to README]