Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1003 Bytes

FavoriteSiteBodyCreate.md

File metadata and controls

28 lines (20 loc) · 1003 Bytes

FavoriteSiteBodyCreate

Properties

Name Type Description Notes
id str

Example

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]