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
PHP version to switch the website to, as major.minor. Must be one of the versions returned by the available versions endpoint.
Example
fromhostinger_api.models.agency_hosting_v1_php_update_version_requestimportAgencyHostingV1PhpUpdateVersionRequest# TODO update the JSON string belowjson="{}"# create an instance of AgencyHostingV1PhpUpdateVersionRequest from a JSON stringagency_hosting_v1_php_update_version_request_instance=AgencyHostingV1PhpUpdateVersionRequest.from_json(json)
# print the JSON string representation of the objectprint(AgencyHostingV1PhpUpdateVersionRequest.to_json())
# convert the object into a dictagency_hosting_v1_php_update_version_request_dict=agency_hosting_v1_php_update_version_request_instance.to_dict()
# create an instance of AgencyHostingV1PhpUpdateVersionRequest from a dictagency_hosting_v1_php_update_version_request_from_dict=AgencyHostingV1PhpUpdateVersionRequest.from_dict(agency_hosting_v1_php_update_version_request_dict)