Table of Contents

Class OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestResultFail

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

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

List<OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestResultFailDetail>

Name

The name of the failed test

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

Property Value

string

Status

Status of the failed test

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

Property Value

bool