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
fromwaylay.services.data.models.delete_series_from_parameterimportDeleteSeriesFromParameter# TODO update the JSON string belowjson="{}"# create an instance of DeleteSeriesFromParameter from a JSON stringdelete_series_from_parameter_instance=DeleteSeriesFromParameter.from_json(json)
# print the JSON string representation of the objectprintDeleteSeriesFromParameter.to_json()
# convert the object into a dictdelete_series_from_parameter_dict=delete_series_from_parameter_instance.to_dict()
# create an instance of DeleteSeriesFromParameter from a dictdelete_series_from_parameter_form_dict=delete_series_from_parameter.from_dict(delete_series_from_parameter_dict)