Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.57 KB

File metadata and controls

30 lines (21 loc) · 1.57 KB

HorizonsV1WebsitesCreateWebsiteRequestMessageInner

Properties

Name Type Description Notes
type str
text str Detailed project specification. Include purpose, key features, user flows, data models, and design preferences. The specification should be detailed and comprehensive, covering all aspects of the project.

Example

from hostinger_api.models.horizons_v1_websites_create_website_request_message_inner import HorizonsV1WebsitesCreateWebsiteRequestMessageInner

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

# convert the object into a dict
horizons_v1_websites_create_website_request_message_inner_dict = horizons_v1_websites_create_website_request_message_inner_instance.to_dict()
# create an instance of HorizonsV1WebsitesCreateWebsiteRequestMessageInner from a dict
horizons_v1_websites_create_website_request_message_inner_from_dict = HorizonsV1WebsitesCreateWebsiteRequestMessageInner.from_dict(horizons_v1_websites_create_website_request_message_inner_dict)

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