DataCollectedParameter

@Serializable
data class DataCollectedParameter(val value: List<Map<String, JsonElement>>)

Contains a bucket of collected trace events. When tracing is stopped collected events will be sent as a sequence of dataCollected events followed by tracingComplete event.

Constructors

Link copied to clipboard
constructor(value: List<Map<String, JsonElement>>)

Properties

Link copied to clipboard
val value: List<Map<String, JsonElement>>