GetCompanyResult

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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".

Link copied to clipboard

Derived details about the company.

Link copied to clipboard

The display name of the company, for example, "Google LLC".

Link copied to clipboard

Equal Employment Opportunity legal disclaimer text to be associated with all jobs, and typically to be displayed in all roles. The maximum number of allowed characters is 500.

Link copied to clipboard

Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.

Link copied to clipboard

The street address of the company's main headquarters, which may be different from the job location. The service attempts to geolocate the provided address, and populates a more specific location wherever possible in DerivedInfo.headquarters_location.

Link copied to clipboard

Set to true if it is the hiring agency that post jobs for other employers. Defaults to false if not provided.

Link copied to clipboard

A URI that hosts the employer's company logo.

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

Required during company update. The resource name for a company. This is generated by the service when a company is created. The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz".

Link copied to clipboard

The employer's company size.

Link copied to clipboard

Indicates whether a company is flagged to be suspended from public availability by the service when job content appears suspicious, abusive, or spammy.

Link copied to clipboard

The URI representing the company's primary web site or home page, for example, "https://www.google.com". The maximum number of allowed characters is 255.