Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.22 KB

File metadata and controls

29 lines (20 loc) · 1.22 KB

BulkPointQueryPointQueriesOptionNearest

Properties

Name Type Description Notes
limit int [optional]

Example

from cm_python_openapi_sdk.models.bulk_point_query_point_queries_option_nearest import BulkPointQueryPointQueriesOptionNearest

# TODO update the JSON string below
json = "{}"
# create an instance of BulkPointQueryPointQueriesOptionNearest from a JSON string
bulk_point_query_point_queries_option_nearest_instance = BulkPointQueryPointQueriesOptionNearest.from_json(json)
# print the JSON string representation of the object
print(BulkPointQueryPointQueriesOptionNearest.to_json())

# convert the object into a dict
bulk_point_query_point_queries_option_nearest_dict = bulk_point_query_point_queries_option_nearest_instance.to_dict()
# create an instance of BulkPointQueryPointQueriesOptionNearest from a dict
bulk_point_query_point_queries_option_nearest_from_dict = BulkPointQueryPointQueriesOptionNearest.from_dict(bulk_point_query_point_queries_option_nearest_dict)

[Back to Model list] [Back to API list] [Back to README]