Reachability Details Response
data class ReachabilityDetailsResponse(val error: StatusResponse, val result: String, val traces: List<TraceResponse>, val verifyTime: String)
Results of the configuration analysis from the last run of the test.
Constructors
Link copied to clipboard
fun ReachabilityDetailsResponse(error: StatusResponse, result: String, traces: List<TraceResponse>, verifyTime: String)