Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 837 Bytes

File metadata and controls

28 lines (20 loc) · 837 Bytes

Frameworks

Фреймворк приложения.

Properties

Name Type Description Notes

Example

from timeweb_cloud_api.models.frameworks import Frameworks

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

# convert the object into a dict
frameworks_dict = frameworks_instance.to_dict()
# create an instance of Frameworks from a dict
frameworks_form_dict = frameworks.from_dict(frameworks_dict)

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