You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether a hosting plan upgrade is required to use the theme
[optional]
Example
fromhostinger_api.models.word_press_v1_themes_theme_resourceimportWordPressV1ThemesThemeResource# TODO update the JSON string belowjson="{}"# create an instance of WordPressV1ThemesThemeResource from a JSON stringword_press_v1_themes_theme_resource_instance=WordPressV1ThemesThemeResource.from_json(json)
# print the JSON string representation of the objectprint(WordPressV1ThemesThemeResource.to_json())
# convert the object into a dictword_press_v1_themes_theme_resource_dict=word_press_v1_themes_theme_resource_instance.to_dict()
# create an instance of WordPressV1ThemesThemeResource from a dictword_press_v1_themes_theme_resource_from_dict=WordPressV1ThemesThemeResource.from_dict(word_press_v1_themes_theme_resource_dict)