Фреймворк приложения.
| Name | Type | Description | Notes |
|---|
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)