Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.55 KB

File metadata and controls

30 lines (21 loc) · 1.55 KB

MetaHotlinkProtectionSettingsValueFileExtensions

Properties

Name Type Description Notes
value List[MetaHotlinkProtectionSettingsFileExtensionsValue]
meta MetaHotlinkProtectionSettingsFileExtensionsMeta

Example

from plesk_wp_toolkit_client.models.meta_hotlink_protection_settings_value_file_extensions import MetaHotlinkProtectionSettingsValueFileExtensions

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

# convert the object into a dict
meta_hotlink_protection_settings_value_file_extensions_dict = meta_hotlink_protection_settings_value_file_extensions_instance.to_dict()
# create an instance of MetaHotlinkProtectionSettingsValueFileExtensions from a dict
meta_hotlink_protection_settings_value_file_extensions_from_dict = MetaHotlinkProtectionSettingsValueFileExtensions.from_dict(meta_hotlink_protection_settings_value_file_extensions_dict)

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