Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.32 KB

File metadata and controls

30 lines (21 loc) · 1.32 KB

InstallationBackupMetaValueAbsoluteFilePath

Properties

Name Type Description Notes
value str Archive absolute file path
meta object

Example

from plesk_wp_toolkit_client.models.installation_backup_meta_value_absolute_file_path import InstallationBackupMetaValueAbsoluteFilePath

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

# convert the object into a dict
installation_backup_meta_value_absolute_file_path_dict = installation_backup_meta_value_absolute_file_path_instance.to_dict()
# create an instance of InstallationBackupMetaValueAbsoluteFilePath from a dict
installation_backup_meta_value_absolute_file_path_from_dict = InstallationBackupMetaValueAbsoluteFilePath.from_dict(installation_backup_meta_value_absolute_file_path_dict)

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