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
fromcm_python_openapi_sdk.models.bulk_point_query_point_queries_option_nearestimportBulkPointQueryPointQueriesOptionNearest# TODO update the JSON string belowjson="{}"# create an instance of BulkPointQueryPointQueriesOptionNearest from a JSON stringbulk_point_query_point_queries_option_nearest_instance=BulkPointQueryPointQueriesOptionNearest.from_json(json)
# print the JSON string representation of the objectprint(BulkPointQueryPointQueriesOptionNearest.to_json())
# convert the object into a dictbulk_point_query_point_queries_option_nearest_dict=bulk_point_query_point_queries_option_nearest_instance.to_dict()
# create an instance of BulkPointQueryPointQueriesOptionNearest from a dictbulk_point_query_point_queries_option_nearest_from_dict=BulkPointQueryPointQueriesOptionNearest.from_dict(bulk_point_query_point_queries_option_nearest_dict)