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
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 searches. Jobs with string_values
under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and those keyword queries must be surrounded by quotes.
Link copied to clipboard