| Name |
Type |
Description |
Notes |
from instana_client.models.one_time_maintenance_window import OneTimeMaintenanceWindow
# TODO update the JSON string below
json = "{}"
# create an instance of OneTimeMaintenanceWindow from a JSON string
one_time_maintenance_window_instance = OneTimeMaintenanceWindow.from_json(json)
# print the JSON string representation of the object
print(OneTimeMaintenanceWindow.to_json())
# convert the object into a dict
one_time_maintenance_window_dict = one_time_maintenance_window_instance.to_dict()
# create an instance of OneTimeMaintenanceWindow from a dict
one_time_maintenance_window_from_dict = OneTimeMaintenanceWindow.from_dict(one_time_maintenance_window_dict)
[Back to Model list] [Back to API list] [Back to README]