Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.24 KB

File metadata and controls

29 lines (20 loc) · 1.24 KB

AgencyHostingV1WordPressVersionResource

Properties

Name Type Description Notes
version str WordPress core version. [optional]

Example

from hostinger_api.models.agency_hosting_v1_word_press_version_resource import AgencyHostingV1WordPressVersionResource

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

# convert the object into a dict
agency_hosting_v1_word_press_version_resource_dict = agency_hosting_v1_word_press_version_resource_instance.to_dict()
# create an instance of AgencyHostingV1WordPressVersionResource from a dict
agency_hosting_v1_word_press_version_resource_from_dict = AgencyHostingV1WordPressVersionResource.from_dict(agency_hosting_v1_word_press_version_resource_dict)

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