Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.2 KB

File metadata and controls

28 lines (20 loc) · 1.2 KB

AddCountriesToAllowedList201Response

Properties

Name Type Description Notes
countries AddCountries

Example

from timeweb_cloud_api.models.add_countries_to_allowed_list201_response import AddCountriesToAllowedList201Response

# TODO update the JSON string below
json = "{}"
# create an instance of AddCountriesToAllowedList201Response from a JSON string
add_countries_to_allowed_list201_response_instance = AddCountriesToAllowedList201Response.from_json(json)
# print the JSON string representation of the object
print AddCountriesToAllowedList201Response.to_json()

# convert the object into a dict
add_countries_to_allowed_list201_response_dict = add_countries_to_allowed_list201_response_instance.to_dict()
# create an instance of AddCountriesToAllowedList201Response from a dict
add_countries_to_allowed_list201_response_form_dict = add_countries_to_allowed_list201_response.from_dict(add_countries_to_allowed_list201_response_dict)

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