Interface POSTCalendarEventCommentResponse

interface POSTCalendarEventCommentResponse {
    calendarEventComment: APICalendarEventComment;
}

Properties

calendarEventComment: APICalendarEventComment