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_backups_meta_response_metaimportInstallationBackupsMetaResponseMeta# TODO update the JSON string belowjson="{}"# create an instance of InstallationBackupsMetaResponseMeta from a JSON stringinstallation_backups_meta_response_meta_instance=InstallationBackupsMetaResponseMeta.from_json(json)
# print the JSON string representation of the objectprint(InstallationBackupsMetaResponseMeta.to_json())
# convert the object into a dictinstallation_backups_meta_response_meta_dict=installation_backups_meta_response_meta_instance.to_dict()
# create an instance of InstallationBackupsMetaResponseMeta from a dictinstallation_backups_meta_response_meta_from_dict=InstallationBackupsMetaResponseMeta.from_dict(installation_backups_meta_response_meta_dict)