| Name | Type | Description | Notes |
|---|
from timeweb_cloud_api.models.clickhouse import Clickhouse
# TODO update the JSON string below
json = "{}"
# create an instance of Clickhouse from a JSON string
clickhouse_instance = Clickhouse.from_json(json)
# print the JSON string representation of the object
print Clickhouse.to_json()
# convert the object into a dict
clickhouse_dict = clickhouse_instance.to_dict()
# create an instance of Clickhouse from a dict
clickhouse_form_dict = clickhouse.from_dict(clickhouse_dict)