Class OrganizationDevicesPacketCaptureSchedulesReorderOrderItem
Schedule id and priority
[DataContract]
public class OrganizationDevicesPacketCaptureSchedulesReorderOrderItem
- Inheritance
-
OrganizationDevicesPacketCaptureSchedulesReorderOrderItem
- Inherited Members
Constructors
OrganizationDevicesPacketCaptureSchedulesReorderOrderItem()
public OrganizationDevicesPacketCaptureSchedulesReorderOrderItem()
Properties
Priority
The priority of the schedule
[DataMember(Name = "priority")]
public int? Priority { get; set; }
Property Value
- int?
ScheduleId
ID of the schedule to update to the specified priority
[DataMember(Name = "scheduleId")]
public string? ScheduleId { get; set; }