Class OrganizationDevicesPacketCaptureSchedulesBulkDeleteRequest
Organization Devices Packet Capture Schedules Bulk Delete Request
[DataContract]
public class OrganizationDevicesPacketCaptureSchedulesBulkDeleteRequest
- Inheritance
-
OrganizationDevicesPacketCaptureSchedulesBulkDeleteRequest
- Inherited Members
Constructors
OrganizationDevicesPacketCaptureSchedulesBulkDeleteRequest()
public OrganizationDevicesPacketCaptureSchedulesBulkDeleteRequest()
Properties
ScheduleIds
Delete the packet capture schedules of the specified schedule ids
[DataMember(Name = "scheduleIds")]
public List<string> ScheduleIds { get; set; }