Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.4 KB

File metadata and controls

29 lines (20 loc) · 1.4 KB

AgencyHostingV1WebsitesWebsiteStagingRootResource

Properties

Name Type Description Notes
uid str UID of the website this is a staging environment of [optional]

Example

from hostinger_api.models.agency_hosting_v1_websites_website_staging_root_resource import AgencyHostingV1WebsitesWebsiteStagingRootResource

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

# convert the object into a dict
agency_hosting_v1_websites_website_staging_root_resource_dict = agency_hosting_v1_websites_website_staging_root_resource_instance.to_dict()
# create an instance of AgencyHostingV1WebsitesWebsiteStagingRootResource from a dict
agency_hosting_v1_websites_website_staging_root_resource_from_dict = AgencyHostingV1WebsitesWebsiteStagingRootResource.from_dict(agency_hosting_v1_websites_website_staging_root_resource_dict)

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