Get Reachability Analysis Run Result
data class GetReachabilityAnalysisRunResult(val id: String, val name: String, val properties: ReachabilityAnalysisRunPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Configuration information for analysis run.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: ReachabilityAnalysisRunPropertiesResponse, systemData: SystemDataResponse, type: String)