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
Target WordPress core version to install. Must be one of the available versions.
Example
fromhostinger_api.models.agency_hosting_v1_word_press_change_version_requestimportAgencyHostingV1WordPressChangeVersionRequest# TODO update the JSON string belowjson="{}"# create an instance of AgencyHostingV1WordPressChangeVersionRequest from a JSON stringagency_hosting_v1_word_press_change_version_request_instance=AgencyHostingV1WordPressChangeVersionRequest.from_json(json)
# print the JSON string representation of the objectprint(AgencyHostingV1WordPressChangeVersionRequest.to_json())
# convert the object into a dictagency_hosting_v1_word_press_change_version_request_dict=agency_hosting_v1_word_press_change_version_request_instance.to_dict()
# create an instance of AgencyHostingV1WordPressChangeVersionRequest from a dictagency_hosting_v1_word_press_change_version_request_from_dict=AgencyHostingV1WordPressChangeVersionRequest.from_dict(agency_hosting_v1_word_press_change_version_request_dict)