Name |
Type |
Description |
Notes |
id |
str |
|
|
from alfresco_core_api_client.models.favorite_site_body_create import FavoriteSiteBodyCreate
# TODO update the JSON string below
json = "{}"
# create an instance of FavoriteSiteBodyCreate from a JSON string
favorite_site_body_create_instance = FavoriteSiteBodyCreate.from_json(json)
# print the JSON string representation of the object
print FavoriteSiteBodyCreate.to_json()
# convert the object into a dict
favorite_site_body_create_dict = favorite_site_body_create_instance.to_dict()
# create an instance of FavoriteSiteBodyCreate from a dict
favorite_site_body_create_form_dict = favorite_site_body_create.from_dict(favorite_site_body_create_dict)
[Back to Model list] [Back to API list] [Back to README]