Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.45 KB

File metadata and controls

31 lines (22 loc) · 1.45 KB

AgencyHostingV1SetupsCreateSetupRequestWordpressAdmin

Properties

Name Type Description Notes
user str
password str
email str

Example

from hostinger_api.models.agency_hosting_v1_setups_create_setup_request_wordpress_admin import AgencyHostingV1SetupsCreateSetupRequestWordpressAdmin

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

# convert the object into a dict
agency_hosting_v1_setups_create_setup_request_wordpress_admin_dict = agency_hosting_v1_setups_create_setup_request_wordpress_admin_instance.to_dict()
# create an instance of AgencyHostingV1SetupsCreateSetupRequestWordpressAdmin from a dict
agency_hosting_v1_setups_create_setup_request_wordpress_admin_from_dict = AgencyHostingV1SetupsCreateSetupRequestWordpressAdmin.from_dict(agency_hosting_v1_setups_create_setup_request_wordpress_admin_dict)

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