| Name |
Type |
Description |
Notes |
| type |
str |
|
[default to 'GroupAccessAll'] |
| description |
str |
|
[optional] |
from vcell_client.models.group_access_all import GroupAccessAll
# TODO update the JSON string below
json = "{}"
# create an instance of GroupAccessAll from a JSON string
group_access_all_instance = GroupAccessAll.from_json(json)
# print the JSON string representation of the object
print GroupAccessAll.to_json()
# convert the object into a dict
group_access_all_dict = group_access_all_instance.to_dict()
# create an instance of GroupAccessAll from a dict
group_access_all_form_dict = group_access_all.from_dict(group_access_all_dict)
[Back to Model list] [Back to API list] [Back to README]