Table of Contents

Class OrganizationDevicesPacketCaptureScheduleUpdateCreateRequestDevice

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

Device details

[DataContract]
public class OrganizationDevicesPacketCaptureScheduleUpdateCreateRequestDevice
Inheritance
OrganizationDevicesPacketCaptureScheduleUpdateCreateRequestDevice
Inherited Members

Constructors

OrganizationDevicesPacketCaptureScheduleUpdateCreateRequestDevice()

public OrganizationDevicesPacketCaptureScheduleUpdateCreateRequestDevice()

Properties

Interface

Interface to capture

[DataMember(Name = "interface")]
public string? Interface { get; set; }

Property Value

string

Serial

Serial of the devices to schedule packet capture

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

Property Value

string

Switchports

Switchports to capture

[DataMember(Name = "switchports")]
public string? Switchports { get; set; }

Property Value

string