interface GetRequestSpanResponse {
    spans: RequestSpan[];
}

Properties

Properties

spans: RequestSpan[]