BiomodelRef
Properties
| Name |
Type |
Description |
Notes |
| bm_key |
int |
|
[optional] |
| name |
str |
|
[optional] |
| owner_name |
str |
|
[optional] |
| owner_key |
int |
|
[optional] |
| version_flag |
int |
|
[optional] |
Example
from vcell_client.models.biomodel_ref import BiomodelRef
json = "{}"
biomodel_ref_instance = BiomodelRef.from_json(json)
print BiomodelRef.to_json()
biomodel_ref_dict = biomodel_ref_instance.to_dict()
biomodel_ref_form_dict = biomodel_ref.from_dict(biomodel_ref_dict)
[Back to Model list] [Back to API list] [Back to README]