Interface GETCalendarEventCommentResponse

interface GETCalendarEventCommentResponse {
    calendarEventComment: APICalendarEventComment;
}

Properties

calendarEventComment: APICalendarEventComment