Get Reachability Analysis Intent Result
data class GetReachabilityAnalysisIntentResult(val id: String, val name: String, val properties: ReachabilityAnalysisIntentPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Configuration information or intent on which to do the analysis on.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: ReachabilityAnalysisIntentPropertiesResponse, systemData: SystemDataResponse, type: String)