Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.74 KB

File metadata and controls

31 lines (22 loc) · 1.74 KB

FindCalendarEventParticipantDuplicates200ResponseDataInner

Properties

Name Type Description Notes
total_count float [optional]
page_info FindManyAttachments200ResponsePageInfo [optional]
calendar_event_participant_duplicates List[CalendarEventParticipantForResponse] [optional]

Example

from twentycrm_client.models.find_calendar_event_participant_duplicates200_response_data_inner import FindCalendarEventParticipantDuplicates200ResponseDataInner

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

# convert the object into a dict
find_calendar_event_participant_duplicates200_response_data_inner_dict = find_calendar_event_participant_duplicates200_response_data_inner_instance.to_dict()
# create an instance of FindCalendarEventParticipantDuplicates200ResponseDataInner from a dict
find_calendar_event_participant_duplicates200_response_data_inner_from_dict = FindCalendarEventParticipantDuplicates200ResponseDataInner.from_dict(find_calendar_event_participant_duplicates200_response_data_inner_dict)

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