Plugin icon URLs keyed by resolution
| Name | Type | Description | Notes |
|---|---|---|---|
| var_1x | str | [optional] | |
| var_2x | str | [optional] |
from hostinger_api.models.word_press_v1_plugins_plugin_resource_icons import WordPressV1PluginsPluginResourceIcons
# TODO update the JSON string below
json = "{}"
# create an instance of WordPressV1PluginsPluginResourceIcons from a JSON string
word_press_v1_plugins_plugin_resource_icons_instance = WordPressV1PluginsPluginResourceIcons.from_json(json)
# print the JSON string representation of the object
print(WordPressV1PluginsPluginResourceIcons.to_json())
# convert the object into a dict
word_press_v1_plugins_plugin_resource_icons_dict = word_press_v1_plugins_plugin_resource_icons_instance.to_dict()
# create an instance of WordPressV1PluginsPluginResourceIcons from a dict
word_press_v1_plugins_plugin_resource_icons_from_dict = WordPressV1PluginsPluginResourceIcons.from_dict(word_press_v1_plugins_plugin_resource_icons_dict)