Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.37 KB

File metadata and controls

29 lines (20 loc) · 1.37 KB

AgencyHostingV1SetupsCreateSetupRequestSettingsPhp

Properties

Name Type Description Notes
version str PHP version

Example

from hostinger_api.models.agency_hosting_v1_setups_create_setup_request_settings_php import AgencyHostingV1SetupsCreateSetupRequestSettingsPhp

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

# convert the object into a dict
agency_hosting_v1_setups_create_setup_request_settings_php_dict = agency_hosting_v1_setups_create_setup_request_settings_php_instance.to_dict()
# create an instance of AgencyHostingV1SetupsCreateSetupRequestSettingsPhp from a dict
agency_hosting_v1_setups_create_setup_request_settings_php_from_dict = AgencyHostingV1SetupsCreateSetupRequestSettingsPhp.from_dict(agency_hosting_v1_setups_create_setup_request_settings_php_dict)

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