includedSources property
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;
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.
@JsonKey(name: 'IncludedSources')
final List<SourceToken>? includedSources;