Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.32 KB

File metadata and controls

29 lines (20 loc) · 1.32 KB

MetaHotlinkProtectionSettingsFileExtensionsMeta

Properties

Name Type Description Notes
defaults List[str]

Example

from plesk_wp_toolkit_client.models.meta_hotlink_protection_settings_file_extensions_meta import MetaHotlinkProtectionSettingsFileExtensionsMeta

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

# convert the object into a dict
meta_hotlink_protection_settings_file_extensions_meta_dict = meta_hotlink_protection_settings_file_extensions_meta_instance.to_dict()
# create an instance of MetaHotlinkProtectionSettingsFileExtensionsMeta from a dict
meta_hotlink_protection_settings_file_extensions_meta_from_dict = MetaHotlinkProtectionSettingsFileExtensionsMeta.from_dict(meta_hotlink_protection_settings_file_extensions_meta_dict)

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