Тип сервиса
| Name | Type | Description | Notes |
|---|
from timeweb_cloud_api.models.service_cost_type import ServiceCostType
# TODO update the JSON string below
json = "{}"
# create an instance of ServiceCostType from a JSON string
service_cost_type_instance = ServiceCostType.from_json(json)
# print the JSON string representation of the object
print ServiceCostType.to_json()
# convert the object into a dict
service_cost_type_dict = service_cost_type_instance.to_dict()
# create an instance of ServiceCostType from a dict
service_cost_type_form_dict = service_cost_type.from_dict(service_cost_type_dict)