Table of Contents

Class OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestResultPass

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

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

List<string>

Name

The name of the passed test

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Status

Status of the passed test

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public bool Status { get; set; }

Property Value

bool