Table of Contents

Class OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestCounts

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

int

Successes

The number of successful tests run under this analyzer

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "successes")]
public int Successes { get; set; }

Property Value

int

Total

The total number of tests run under this analyzer

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }

Property Value

int