type property
The completion topic. Possible string values are:
- "COMPLETION_TYPE_UNSPECIFIED" : Default value.
- "JOB_TITLE" : Suggest job titles for jobs autocomplete. For CompletionType.JOB_TITLE type, only open jobs with the same language_codes are returned.
- "COMPANY_NAME" : Suggest company names for jobs autocomplete. For CompletionType.COMPANY_NAME type, only companies having open jobs with the same language_codes are returned.
- "COMBINED" : Suggest both job titles and company names for jobs autocomplete. For CompletionType.COMBINED type, only open jobs with the same language_codes or companies having open jobs with the same language_codes are returned.
Implementation
core.String? type;