Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.36 KB

File metadata and controls

30 lines (21 loc) · 1.36 KB

MetaHotlinkProtectionSettingsFileExtensionsValue

Properties

Name Type Description Notes
value str
meta object

Example

from plesk_wp_toolkit_client.models.meta_hotlink_protection_settings_file_extensions_value import MetaHotlinkProtectionSettingsFileExtensionsValue

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

# convert the object into a dict
meta_hotlink_protection_settings_file_extensions_value_dict = meta_hotlink_protection_settings_file_extensions_value_instance.to_dict()
# create an instance of MetaHotlinkProtectionSettingsFileExtensionsValue from a dict
meta_hotlink_protection_settings_file_extensions_value_from_dict = MetaHotlinkProtectionSettingsFileExtensionsValue.from_dict(meta_hotlink_protection_settings_file_extensions_value_dict)

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