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.get_datapoints_for_metric_raw200_response_linksimportGetDatapointsForMetricRaw200ResponseLinks# TODO update the JSON string belowjson="{}"# create an instance of GetDatapointsForMetricRaw200ResponseLinks from a JSON stringget_datapoints_for_metric_raw200_response_links_instance=GetDatapointsForMetricRaw200ResponseLinks.from_json(json)
# print the JSON string representation of the objectprintGetDatapointsForMetricRaw200ResponseLinks.to_json()
# convert the object into a dictget_datapoints_for_metric_raw200_response_links_dict=get_datapoints_for_metric_raw200_response_links_instance.to_dict()
# create an instance of GetDatapointsForMetricRaw200ResponseLinks from a dictget_datapoints_for_metric_raw200_response_links_form_dict=get_datapoints_for_metric_raw200_response_links.from_dict(get_datapoints_for_metric_raw200_response_links_dict)