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
fromquantcdn.models.list_vector_collections200_response_collections_innerimportListVectorCollections200ResponseCollectionsInner# TODO update the JSON string belowjson="{}"# create an instance of ListVectorCollections200ResponseCollectionsInner from a JSON stringlist_vector_collections200_response_collections_inner_instance=ListVectorCollections200ResponseCollectionsInner.from_json(json)
# print the JSON string representation of the objectprint(ListVectorCollections200ResponseCollectionsInner.to_json())
# convert the object into a dictlist_vector_collections200_response_collections_inner_dict=list_vector_collections200_response_collections_inner_instance.to_dict()
# create an instance of ListVectorCollections200ResponseCollectionsInner from a dictlist_vector_collections200_response_collections_inner_from_dict=ListVectorCollections200ResponseCollectionsInner.from_dict(list_vector_collections200_response_collections_inner_dict)