Timeline Results Metadata Response
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)