Class OrganizationDevicesPacketCaptureScheduleCreateUpdateRequestSchedule
Schedule detail
[DataContract]
public class OrganizationDevicesPacketCaptureScheduleCreateUpdateRequestSchedule
- Inheritance
-
OrganizationDevicesPacketCaptureScheduleCreateUpdateRequestSchedule
- Inherited Members
Constructors
OrganizationDevicesPacketCaptureScheduleCreateUpdateRequestSchedule()
public OrganizationDevicesPacketCaptureScheduleCreateUpdateRequestSchedule()
Properties
EndTs
End date and time of the recurring schedule entry
[DataMember(Name = "endTs")]
public string? EndTs { get; set; }
Property Value
Frequency
Frequency of the recurring schedule entry (hour, week, month, day, minute)
[DataMember(Name = "frequency")]
public string? Frequency { get; set; }
Property Value
Name
Name of the schedule
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
Recurrence
Cardinality of the schedule frequency, ex. 1 = every day, 2 = every other day (when frequency = day)
[DataMember(Name = "recurrence")]
public int? Recurrence { get; set; }
Property Value
- int?
StartTs
Start date and time of the recurring schedule entry
[DataMember(Name = "startTs")]
public string? StartTs { get; set; }
Property Value
Weekdays
Weekdays for the schedule: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday
[DataMember(Name = "weekdays")]
public List<string>? Weekdays { get; set; }