dataSourceRestrictions property

List<DataSourceRestriction>? dataSourceRestrictions
getter/setter pair

The sources to use for suggestions.

If not specified, the data sources are taken from the current search application. NOTE: Suggestions are only supported for the following sources: * Third-party data sources * PredefinedSource.PERSON * PredefinedSource.GOOGLE_DRIVE

Implementation

core.List<DataSourceRestriction>? dataSourceRestrictions;