google_api_jobs v0.13.1 GoogleApi.Jobs.V3.Model.Company View Source

A Company resource represents a company in the service. A company is the entity that owns job postings, that is, the hiring entity responsible for employing applicants for the job position.

Attributes

  • careerSiteUri (type: String.t, default: nil) - Optional. The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".
  • derivedInfo (type: GoogleApi.Jobs.V3.Model.CompanyDerivedInfo.t, default: nil) - Output only. Derived details about the company.
  • displayName (type: String.t, default: nil) - Required. The display name of the company, for example, "Google LLC".
  • eeoText (type: String.t, default: nil) - Optional. 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.
  • externalId (type: String.t, default: nil) - Required. Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.
  • headquartersAddress (type: String.t, default: nil) - Optional. 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.
  • hiringAgency (type: boolean(), default: nil) - Optional. Set to true if it is the hiring agency that post jobs for other employers. Defaults to false if not provided.
  • imageUri (type: String.t, default: nil) - Optional. A URI that hosts the employer's company logo.
  • keywordSearchableJobCustomAttributes (type: list(String.t), default: nil) - Optional. 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.
  • name (type: String.t, default: nil) - 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}/companies/{company_id}", for example, "projects/api-test-project/companies/foo".
  • size (type: String.t, default: nil) - Optional. The employer's company size.
  • suspended (type: boolean(), default: nil) - Output only. Indicates whether a company is flagged to be suspended from public availability by the service when job content appears suspicious, abusive, or spammy.
  • websiteUri (type: String.t, default: nil) - Optional. 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Jobs.V3.Model.Company{
  careerSiteUri: String.t(),
  derivedInfo: GoogleApi.Jobs.V3.Model.CompanyDerivedInfo.t(),
  displayName: String.t(),
  eeoText: String.t(),
  externalId: String.t(),
  headquartersAddress: String.t(),
  hiringAgency: boolean(),
  imageUri: String.t(),
  keywordSearchableJobCustomAttributes: [String.t()],
  name: String.t(),
  size: String.t(),
  suspended: boolean(),
  websiteUri: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.