Table of Contents

Class OrganizationDevicesPacketCaptureCapturesBulkDeleteRequest

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

Organization Devices Packet Capture Captures Bulk Delete Request

[DataContract]
public class OrganizationDevicesPacketCaptureCapturesBulkDeleteRequest
Inheritance
OrganizationDevicesPacketCaptureCapturesBulkDeleteRequest
Inherited Members

Constructors

OrganizationDevicesPacketCaptureCapturesBulkDeleteRequest()

public OrganizationDevicesPacketCaptureCapturesBulkDeleteRequest()

Properties

CaptureIds

Delete the packet captures of the specified capture ids

[DataMember(Name = "captureIds")]
public List<string> CaptureIds { get; set; }

Property Value

List<string>