Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.56 KB

File metadata and controls

29 lines (20 loc) · 1.56 KB

MergeManyCalendarChannelEventAssociations200ResponseData

Properties

Name Type Description Notes
merge_calendar_channel_event_associations CalendarChannelEventAssociationForResponse [optional]

Example

from twentycrm_client.models.merge_many_calendar_channel_event_associations200_response_data import MergeManyCalendarChannelEventAssociations200ResponseData

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

# convert the object into a dict
merge_many_calendar_channel_event_associations200_response_data_dict = merge_many_calendar_channel_event_associations200_response_data_instance.to_dict()
# create an instance of MergeManyCalendarChannelEventAssociations200ResponseData from a dict
merge_many_calendar_channel_event_associations200_response_data_from_dict = MergeManyCalendarChannelEventAssociations200ResponseData.from_dict(merge_many_calendar_channel_event_associations200_response_data_dict)

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