interface QuestionsResult {
    hasMoreQuestions?: boolean;
    questions?: Question[];
}

Properties

hasMoreQuestions?: boolean

Flag indicating if there are more QnA threads to be shown (for paging)

questions?: Question[]

List of the QnA threads