Service Mesh Analysis Message Base Response
data class ServiceMeshAnalysisMessageBaseResponse(val documentationUrl: String, val level: String, val type: ServiceMeshTypeResponse)
AnalysisMessageBase describes some common information that is needed for all messages.
Constructors
Link copied to clipboard
fun ServiceMeshAnalysisMessageBaseResponse(documentationUrl: String, level: String, type: ServiceMeshTypeResponse)