Struct google_jobs4::api::Company [−][src]
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.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- tenants companies create projects (request|response)
- tenants companies get projects (response)
- tenants companies patch projects (request|response)
Fields
career_site_uri: Option<String>The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".
derived_info: Option<CompanyDerivedInfo>Output only. Derived details about the company.
display_name: Option<String>Required. The display name of the company, for example, "Google LLC".
eeo_text: Option<String>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.
external_id: Option<String>Required. Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.
headquarters_address: Option<String>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.
hiring_agency: Option<bool>Set to true if it is the hiring agency that post jobs for other employers. Defaults to false if not provided.
image_uri: Option<String>A URI that hosts the employer's company logo.
keyword_searchable_job_custom_attributes: Option<Vec<String>>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.
name: Option<String>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".
size: Option<String>The employer's company size.
suspended: Option<bool>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.
website_uri: Option<String>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.
Trait Implementations
impl Clone for Company[src]
impl Debug for Company[src]
impl Default for Company[src]
impl<'de> Deserialize<'de> for Company[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl RequestValue for Company[src]
impl ResponseResult for Company[src]
impl Serialize for Company[src]
Auto Trait Implementations
impl RefUnwindSafe for Company[src]
impl Send for Company[src]
impl Sync for Company[src]
impl Unpin for Company[src]
impl UnwindSafe for Company[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,