OBJECT
Zoom meeting retrieved from Zoom API
type ZoomAppointment {# The total number of minutes attended by the meeting's host and participantsduration: Int # End time of meetingend_time: String id: ID # The number of meeting participantsparticipants_count: Int # Start time of meetingstart_time: String # The meeting's duration, in minutestotal_minutes: Int }