predefinedSource property
Predefined content source for Google Apps. Possible string values are:
- "NONE"
- "QUERY_HISTORY" : Suggests queries issued by the user in the past. Only valid when used with the suggest API. Ignored when used in the query API.
- "PERSON" : Suggests people in the organization. Only valid when used with the suggest API. Results in an error when used in the query API.
- "GOOGLE_DRIVE"
- "GOOGLE_GMAIL"
- "GOOGLE_SITES"
- "GOOGLE_GROUPS"
- "GOOGLE_CALENDAR"
- "GOOGLE_KEEP"
Implementation
core.String? predefinedSource;