Interface POSTForumTopicCommentResponse

interface POSTForumTopicCommentResponse {
    forumTopicComment: APIForumTopicComment;
}

Properties

forumTopicComment: APIForumTopicComment