Class OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestResultFail
A failed test ran under this analyzer
[DataContract]
public class OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestResultFail
- Inheritance
-
OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestResultFail
- Inherited Members
Constructors
OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestResultFail()
public OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestResultFail()
Properties
Details
Details of failed tests ran under this analyzer
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "details")]
public List<OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestResultFailDetail> Details { get; set; }
Property Value
Name
The name of the failed test
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Status
Status of the failed test
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public bool Status { get; set; }