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
fromunifapi.models.seo_backlinks_timeseries_new_lost_itemimportSeoBacklinksTimeseriesNewLostItem# TODO update the JSON string belowjson="{}"# create an instance of SeoBacklinksTimeseriesNewLostItem from a JSON stringseo_backlinks_timeseries_new_lost_item_instance=SeoBacklinksTimeseriesNewLostItem.from_json(json)
# print the JSON string representation of the objectprint(SeoBacklinksTimeseriesNewLostItem.to_json())
# convert the object into a dictseo_backlinks_timeseries_new_lost_item_dict=seo_backlinks_timeseries_new_lost_item_instance.to_dict()
# create an instance of SeoBacklinksTimeseriesNewLostItem from a dictseo_backlinks_timeseries_new_lost_item_from_dict=SeoBacklinksTimeseriesNewLostItem.from_dict(seo_backlinks_timeseries_new_lost_item_dict)