Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 897 Bytes

File metadata and controls

28 lines (20 loc) · 897 Bytes

ServiceCostType

Тип сервиса

Properties

Name Type Description Notes

Example

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)

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