Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.43 KB

File metadata and controls

30 lines (21 loc) · 1.43 KB

AgencyHostingV1SetupsCreateSetupRequestSettings

Website settings

Properties

Name Type Description Notes
php AgencyHostingV1SetupsCreateSetupRequestSettingsPhp

Example

from hostinger_api.models.agency_hosting_v1_setups_create_setup_request_settings import AgencyHostingV1SetupsCreateSetupRequestSettings

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

# convert the object into a dict
agency_hosting_v1_setups_create_setup_request_settings_dict = agency_hosting_v1_setups_create_setup_request_settings_instance.to_dict()
# create an instance of AgencyHostingV1SetupsCreateSetupRequestSettings from a dict
agency_hosting_v1_setups_create_setup_request_settings_from_dict = AgencyHostingV1SetupsCreateSetupRequestSettings.from_dict(agency_hosting_v1_setups_create_setup_request_settings_dict)

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