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
The search score for this result. A higher score means a better match.
[optional]
matched_entry
object
The object that matched this query
[optional]
Example
fromt3api.models.v2_search_get200_response_data_innerimportV2SearchGet200ResponseDataInner# TODO update the JSON string belowjson="{}"# create an instance of V2SearchGet200ResponseDataInner from a JSON stringv2_search_get200_response_data_inner_instance=V2SearchGet200ResponseDataInner.from_json(json)
# print the JSON string representation of the objectprint(V2SearchGet200ResponseDataInner.to_json())
# convert the object into a dictv2_search_get200_response_data_inner_dict=v2_search_get200_response_data_inner_instance.to_dict()
# create an instance of V2SearchGet200ResponseDataInner from a dictv2_search_get200_response_data_inner_from_dict=V2SearchGet200ResponseDataInner.from_dict(v2_search_get200_response_data_inner_dict)