Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.52 KB

File metadata and controls

30 lines (21 loc) · 1.52 KB

AgencyHostingV1SetupsCreateSetupRequestDeriveDomainFromVhost

Properties

Name Type Description Notes
username str
vhost str

Example

from hostinger_api.models.agency_hosting_v1_setups_create_setup_request_derive_domain_from_vhost import AgencyHostingV1SetupsCreateSetupRequestDeriveDomainFromVhost

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

# convert the object into a dict
agency_hosting_v1_setups_create_setup_request_derive_domain_from_vhost_dict = agency_hosting_v1_setups_create_setup_request_derive_domain_from_vhost_instance.to_dict()
# create an instance of AgencyHostingV1SetupsCreateSetupRequestDeriveDomainFromVhost from a dict
agency_hosting_v1_setups_create_setup_request_derive_domain_from_vhost_from_dict = AgencyHostingV1SetupsCreateSetupRequestDeriveDomainFromVhost.from_dict(agency_hosting_v1_setups_create_setup_request_derive_domain_from_vhost_dict)

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