Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.84 KB

File metadata and controls

30 lines (21 loc) · 1.84 KB

GroupByCalendarChannels200ResponseDataCalendarChannelsGroupByInner

Properties

Name Type Description Notes
group_by_dimension_values List[str] Array of values representing each dimension in the group [optional]
records List[CalendarChannelForResponse] Sample of records for this group (only present when include_records_sample is true) [optional]

Example

from twentycrm_client.models.group_by_calendar_channels200_response_data_calendar_channels_group_by_inner import GroupByCalendarChannels200ResponseDataCalendarChannelsGroupByInner

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

# convert the object into a dict
group_by_calendar_channels200_response_data_calendar_channels_group_by_inner_dict = group_by_calendar_channels200_response_data_calendar_channels_group_by_inner_instance.to_dict()
# create an instance of GroupByCalendarChannels200ResponseDataCalendarChannelsGroupByInner from a dict
group_by_calendar_channels200_response_data_calendar_channels_group_by_inner_from_dict = GroupByCalendarChannels200ResponseDataCalendarChannelsGroupByInner.from_dict(group_by_calendar_channels200_response_data_calendar_channels_group_by_inner_dict)

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