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
fromtimeweb_cloud_api.models.get_knowledgebase_documents_v2200_response_metaimportGetKnowledgebaseDocumentsV2200ResponseMeta# TODO update the JSON string belowjson="{}"# create an instance of GetKnowledgebaseDocumentsV2200ResponseMeta from a JSON stringget_knowledgebase_documents_v2200_response_meta_instance=GetKnowledgebaseDocumentsV2200ResponseMeta.from_json(json)
# print the JSON string representation of the objectprintGetKnowledgebaseDocumentsV2200ResponseMeta.to_json()
# convert the object into a dictget_knowledgebase_documents_v2200_response_meta_dict=get_knowledgebase_documents_v2200_response_meta_instance.to_dict()
# create an instance of GetKnowledgebaseDocumentsV2200ResponseMeta from a dictget_knowledgebase_documents_v2200_response_meta_form_dict=get_knowledgebase_documents_v2200_response_meta.from_dict(get_knowledgebase_documents_v2200_response_meta_dict)