TimelineResultsMetadataResponse

data class TimelineResultsMetadataResponse(val aggregations: List<TimelineAggregationResponse>, val errors: List<TimelineErrorResponse>? = null, val totalCount: Int)

Expansion result metadata.

Constructors

Link copied to clipboard
constructor(aggregations: List<TimelineAggregationResponse>, errors: List<TimelineErrorResponse>? = null, totalCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

timeline aggregation per kind

Link copied to clipboard

information about the failure queries

Link copied to clipboard

the total items found for the timeline request