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