Data Source Restriction Response
data class DataSourceRestrictionResponse(val filterOptions: List<FilterOptionsResponse>, val source: SourceResponse)
Restriction on Datasource.
Properties
Link copied to clipboard
Filter options restricting the results. If multiple filters are present, they are grouped by object type before joining. Filters with the same object type are joined conjunctively, then the resulting expressions are joined disjunctively. The maximum number of elements is 20. NOTE: Suggest API supports only few filters at the moment: "objecttype", "type" and "mimetype". For now, schema specific filters cannot be used to filter suggestions.
Link copied to clipboard
The source of restriction.