Skip to content

FindObjectsResponseObjectsPageContentInnerSummaryInner

Properties

Name Type Description Notes
key str [optional]
values List[str] [optional]

Example

from odm_api.models.find_objects_response_objects_page_content_inner_summary_inner import FindObjectsResponseObjectsPageContentInnerSummaryInner

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

# convert the object into a dict
find_objects_response_objects_page_content_inner_summary_inner_dict = find_objects_response_objects_page_content_inner_summary_inner_instance.to_dict()
# create an instance of FindObjectsResponseObjectsPageContentInnerSummaryInner from a dict
find_objects_response_objects_page_content_inner_summary_inner_from_dict = FindObjectsResponseObjectsPageContentInnerSummaryInner.from_dict(find_objects_response_objects_page_content_inner_summary_inner_dict)
[Back to Model list] [Back to API list] [Back to README]