You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Это логическое значение, которое показывает, включены ли ограничения по IP-адресу.
Example
fromtimeweb_cloud_api.models.update_auth_restrictions_by_countries_requestimportUpdateAuthRestrictionsByCountriesRequest# TODO update the JSON string belowjson="{}"# create an instance of UpdateAuthRestrictionsByCountriesRequest from a JSON stringupdate_auth_restrictions_by_countries_request_instance=UpdateAuthRestrictionsByCountriesRequest.from_json(json)
# print the JSON string representation of the objectprintUpdateAuthRestrictionsByCountriesRequest.to_json()
# convert the object into a dictupdate_auth_restrictions_by_countries_request_dict=update_auth_restrictions_by_countries_request_instance.to_dict()
# create an instance of UpdateAuthRestrictionsByCountriesRequest from a dictupdate_auth_restrictions_by_countries_request_form_dict=update_auth_restrictions_by_countries_request.from_dict(update_auth_restrictions_by_countries_request_dict)