Struct google_jobs3::JobDerivedInfo[][src]

pub struct JobDerivedInfo {
    pub job_categories: Option<Vec<String>>,
    pub locations: Option<Vec<Location>>,
}

Output only.

Derived details about the job posting.

This type is not used in any activity, and only used as part of another schema.

Fields

Job categories derived from Job.title and Job.description.

Structured locations of the job, resolved from Job.addresses.

locations are exactly matched to Job.addresses in the same order.

Trait Implementations

impl Default for JobDerivedInfo
[src]

Returns the "default value" for a type. Read more

impl Clone for JobDerivedInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JobDerivedInfo
[src]

Formats the value using the given formatter. Read more

impl Part for JobDerivedInfo
[src]

Auto Trait Implementations