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
frompfruck_contabo.models.instance_shutdown_action_response_dataimportInstanceShutdownActionResponseData# TODO update the JSON string belowjson="{}"# create an instance of InstanceShutdownActionResponseData from a JSON stringinstance_shutdown_action_response_data_instance=InstanceShutdownActionResponseData.from_json(json)
# print the JSON string representation of the objectprint(InstanceShutdownActionResponseData.to_json())
# convert the object into a dictinstance_shutdown_action_response_data_dict=instance_shutdown_action_response_data_instance.to_dict()
# create an instance of InstanceShutdownActionResponseData from a dictinstance_shutdown_action_response_data_from_dict=InstanceShutdownActionResponseData.from_dict(instance_shutdown_action_response_data_dict)