BatchGetTracesData

@JsonSerializable
data class BatchGetTracesData(val TraceIds: List<TraceId> = emptyList(), val NextToken: String? = null)(source)

Constructors

Link copied to clipboard
constructor(TraceIds: List<TraceId> = emptyList(), NextToken: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard