Class FailedTest
summary of a failed test
Inherited Members
Namespace: Oci.ClusterhealthService.Models
Assembly: OCI.DotNetSDK.Clusterhealth.dll
Syntax
public class FailedTest
Properties
RecommendedAction
Declaration
[JsonProperty(PropertyName = "recommendedAction")]
public string RecommendedAction { get; set; }
Property Value
| Type | Description |
|---|---|
| string | recommended action |
TestName
Declaration
[JsonProperty(PropertyName = "testName")]
public string TestName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | name of the test |