Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.19 KB

File metadata and controls

28 lines (20 loc) · 1.19 KB

GetKnowledgebasesV2200ResponseMeta

Properties

Name Type Description Notes
total object Общее количество баз знаний

Example

from timeweb_cloud_api.models.get_knowledgebases_v2200_response_meta import GetKnowledgebasesV2200ResponseMeta

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

# convert the object into a dict
get_knowledgebases_v2200_response_meta_dict = get_knowledgebases_v2200_response_meta_instance.to_dict()
# create an instance of GetKnowledgebasesV2200ResponseMeta from a dict
get_knowledgebases_v2200_response_meta_form_dict = get_knowledgebases_v2200_response_meta.from_dict(get_knowledgebases_v2200_response_meta_dict)

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