Interface GETCalendarEventCommentsResponse

interface GETCalendarEventCommentsResponse {
    calendarEventComments: APICalendarEventComment[];
}

Properties

calendarEventComments: APICalendarEventComment[]