| Name | Type | Description | Notes |
|---|---|---|---|
| provider | Provider |
from timeweb_cloud_api.models.add_provider201_response import AddProvider201Response
# TODO update the JSON string below
json = "{}"
# create an instance of AddProvider201Response from a JSON string
add_provider201_response_instance = AddProvider201Response.from_json(json)
# print the JSON string representation of the object
print AddProvider201Response.to_json()
# convert the object into a dict
add_provider201_response_dict = add_provider201_response_instance.to_dict()
# create an instance of AddProvider201Response from a dict
add_provider201_response_form_dict = add_provider201_response.from_dict(add_provider201_response_dict)