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
frominstana_client.models.recurrent_maintenance_windowimportRecurrentMaintenanceWindow# TODO update the JSON string belowjson="{}"# create an instance of RecurrentMaintenanceWindow from a JSON stringrecurrent_maintenance_window_instance=RecurrentMaintenanceWindow.from_json(json)
# print the JSON string representation of the objectprint(RecurrentMaintenanceWindow.to_json())
# convert the object into a dictrecurrent_maintenance_window_dict=recurrent_maintenance_window_instance.to_dict()
# create an instance of RecurrentMaintenanceWindow from a dictrecurrent_maintenance_window_from_dict=RecurrentMaintenanceWindow.from_dict(recurrent_maintenance_window_dict)