Table of Contents

Class OrganizationDevicesPacketCaptureFileDevice

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

One of the device(s) of the packet capture file

[DataContract]
public class OrganizationDevicesPacketCaptureFileDevice
Inheritance
OrganizationDevicesPacketCaptureFileDevice
Inherited Members

Constructors

OrganizationDevicesPacketCaptureFileDevice()

public OrganizationDevicesPacketCaptureFileDevice()

Properties

Name

Name of device

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

Property Value

string

Serial

The serial of the device

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

Property Value

string