Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.16 KB

File metadata and controls

30 lines (21 loc) · 1.16 KB

GetPageChanges200ResponseSummary

Properties

Name Type Description Notes
total int [optional]
by_status object [optional]

Example

from rankvectors.models.get_page_changes200_response_summary import GetPageChanges200ResponseSummary

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

# convert the object into a dict
get_page_changes200_response_summary_dict = get_page_changes200_response_summary_instance.to_dict()
# create an instance of GetPageChanges200ResponseSummary from a dict
get_page_changes200_response_summary_from_dict = GetPageChanges200ResponseSummary.from_dict(get_page_changes200_response_summary_dict)

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