Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 946 Bytes

ListProjects.md

File metadata and controls

30 lines (21 loc) · 946 Bytes

ListProjects

Properties

Name Type Description Notes
projects List[Project]
meta MetaResult [optional]

Example

from usemotion_api_client.models.list_projects import ListProjects

# TODO update the JSON string below
json = "{}"
# create an instance of ListProjects from a JSON string
list_projects_instance = ListProjects.from_json(json)
# print the JSON string representation of the object
print ListProjects.to_json()

# convert the object into a dict
list_projects_dict = list_projects_instance.to_dict()
# create an instance of ListProjects from a dict
list_projects_form_dict = list_projects.from_dict(list_projects_dict)

[Back to Model list] [Back to API list] [Back to README]