includedSources property
- @JsonKey(name: 'IncludedSources')
final
A list of sources that are included in the scope. If this list is included, only data from one of these sources shall be searched.
Implementation
@JsonKey(name: 'IncludedSources')
final List<SourceToken>? includedSources;