ServiceMeshCondition constructor

ServiceMeshCondition({
  1. String? code,
  2. String? details,
  3. String? documentationLink,
  4. String? severity,
})

Implementation

ServiceMeshCondition({
  this.code,
  this.details,
  this.documentationLink,
  this.severity,
});