| Name | Type | Description | Notes |
|---|---|---|---|
| total_count | float | [optional] | |
| page_info | FindManyAttachments200ResponsePageInfo | [optional] | |
| dashboard_duplicates | List[DashboardForResponse] | [optional] |
from twentycrm_client.models.find_dashboard_duplicates200_response_data_inner import FindDashboardDuplicates200ResponseDataInner
# TODO update the JSON string below
json = "{}"
# create an instance of FindDashboardDuplicates200ResponseDataInner from a JSON string
find_dashboard_duplicates200_response_data_inner_instance = FindDashboardDuplicates200ResponseDataInner.from_json(json)
# print the JSON string representation of the object
print(FindDashboardDuplicates200ResponseDataInner.to_json())
# convert the object into a dict
find_dashboard_duplicates200_response_data_inner_dict = find_dashboard_duplicates200_response_data_inner_instance.to_dict()
# create an instance of FindDashboardDuplicates200ResponseDataInner from a dict
find_dashboard_duplicates200_response_data_inner_from_dict = FindDashboardDuplicates200ResponseDataInner.from_dict(find_dashboard_duplicates200_response_data_inner_dict)