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
fromecotaxa_py_client.models.project_set_column_stats_modelimportProjectSetColumnStatsModel# TODO update the JSON string belowjson="{}"# create an instance of ProjectSetColumnStatsModel from a JSON stringproject_set_column_stats_model_instance=ProjectSetColumnStatsModel.from_json(json)
# print the JSON string representation of the objectprint(ProjectSetColumnStatsModel.to_json())
# convert the object into a dictproject_set_column_stats_model_dict=project_set_column_stats_model_instance.to_dict()
# create an instance of ProjectSetColumnStatsModel from a dictproject_set_column_stats_model_form_dict=project_set_column_stats_model.from_dict(project_set_column_stats_model_dict)