Get Company Result
data class GetCompanyResult(val careerSiteUri: String, val derivedInfo: CompanyDerivedInfoResponse, val displayName: String, val eeoText: String, val externalId: String, val headquartersAddress: String, val hiringAgency: Boolean, val imageUri: String, val keywordSearchableJobCustomAttributes: List<String>, val name: String, val size: String, val suspended: Boolean, val websiteUri: String)
Constructors
Link copied to clipboard
fun GetCompanyResult(careerSiteUri: String, derivedInfo: CompanyDerivedInfoResponse, displayName: String, eeoText: String, externalId: String, headquartersAddress: String, hiringAgency: Boolean, imageUri: String, keywordSearchableJobCustomAttributes: List<String>, name: String, size: String, suspended: Boolean, websiteUri: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Optional. This field is deprecated. Please set the searchability of the custom attribute in the Job.custom_attributes going forward. A list of keys of filterable Job.custom_attributes, whose corresponding string_values
are used in keyword search. Jobs with string_values
under these specified field keys are returned if any of the values matches the search keyword. Custom field values with parenthesis, brackets and special symbols won't be properly searchable, and those keyword queries need to be surrounded by quotes.