Resiliency Recommendation Components Response
data class ResiliencyRecommendationComponentsResponse(val currentScore: String? = null, val maxScore: String? = null, val name: String? = null, val recommendations: List<GatewayResiliencyRecommendationResponse>? = null)
Gateway Resiliency based Recommendations
Constructors
Link copied to clipboard
constructor(currentScore: String? = null, maxScore: String? = null, name: String? = null, recommendations: List<GatewayResiliencyRecommendationResponse>? = null)