includedRecordings property

  1. @JsonKey(name: 'IncludedRecordings')
List<String>? includedRecordings
final

A list of recordings that are included in the scope. If this list is included, only data from one of these recordings shall be searched.

Implementation

@JsonKey(name: 'IncludedRecordings')
final List<String>? includedRecordings;