Table of Contents

Class OrganizationDevicesPacketCaptureSchedulesReorderOrderItem

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

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; }

Property Value

string