Class OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestCounts
Count of various tests from the packet capture analysis result
[DataContract]
public class OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestCounts
- Inheritance
-
OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestCounts
- Inherited Members
Constructors
OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestCounts()
public OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestCounts()
Properties
Failures
The number of failed tests run under this analyzer
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "failures")]
public int Failures { get; set; }
Property Value
Successes
The number of successful tests run under this analyzer
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "successes")]
public int Successes { get; set; }
Property Value
Total
The total number of tests run under this analyzer
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }