# GroupAccessAll ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **str** | | [default to 'GroupAccessAll'] **description** | **str** | | [optional] ## Example ```python 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)