Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 898 Bytes

File metadata and controls

28 lines (19 loc) · 898 Bytes

SearchQueryHitId

Properties

Name Type Description Notes

Example

from cm_python_openapi_sdk.models.search_query_hit_id import SearchQueryHitId

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

# convert the object into a dict
search_query_hit_id_dict = search_query_hit_id_instance.to_dict()
# create an instance of SearchQueryHitId from a dict
search_query_hit_id_from_dict = SearchQueryHitId.from_dict(search_query_hit_id_dict)

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