IndexIndexStatistic

data class IndexIndexStatistic(val faqStatistics: List<IndexIndexStatisticFaqStatistic>? = null, val textDocumentStatistics: List<IndexIndexStatisticTextDocumentStatistic>? = null)

Constructors

Link copied to clipboard
constructor(faqStatistics: List<IndexIndexStatisticFaqStatistic>? = null, textDocumentStatistics: List<IndexIndexStatisticTextDocumentStatistic>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A block that specifies the number of question and answer topics in the index. Detailed below.

Link copied to clipboard

A block that specifies the number of text documents indexed. Detailed below.