ServiceMeshAnalysisMessageBaseResponse

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
constructor(documentationUrl: String, level: String, type: ServiceMeshTypeResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A url pointing to the Service Mesh or Istio documentation for this specific error type.

Link copied to clipboard

Represents how severe a message is.

Link copied to clipboard

Represents the specific type of a message.