recordingInformationFilter property

  1. @JsonKey(name: 'RecordingInformationFilter')
String? recordingInformationFilter
final

An xpath expression used to specify what recordings to search. Only those recordings with an RecordingInformation structure that matches the filter shall be searched.

Implementation

@JsonKey(name: 'RecordingInformationFilter')
final String? recordingInformationFilter;