scheduleToken property

  1. @JsonKey(name: 'ScheduleToken', fromJson: OnvifUtil.nullableMappedToString)
String? scheduleToken
final

This attribute adds an additional requirement for activating the recording job. If this optional field is provided the job shall only record if the schedule exists and is active.

Implementation

@JsonKey(name: 'ScheduleToken', fromJson: OnvifUtil.nullableMappedToString)
final String? scheduleToken;