You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromplesk_wp_toolkit_client.models.installation_backup_meta_value_absolute_file_pathimportInstallationBackupMetaValueAbsoluteFilePath# TODO update the JSON string belowjson="{}"# create an instance of InstallationBackupMetaValueAbsoluteFilePath from a JSON stringinstallation_backup_meta_value_absolute_file_path_instance=InstallationBackupMetaValueAbsoluteFilePath.from_json(json)
# print the JSON string representation of the objectprint(InstallationBackupMetaValueAbsoluteFilePath.to_json())
# convert the object into a dictinstallation_backup_meta_value_absolute_file_path_dict=installation_backup_meta_value_absolute_file_path_instance.to_dict()
# create an instance of InstallationBackupMetaValueAbsoluteFilePath from a dictinstallation_backup_meta_value_absolute_file_path_from_dict=InstallationBackupMetaValueAbsoluteFilePath.from_dict(installation_backup_meta_value_absolute_file_path_dict)