Class JobDerivedInfo
Derived details about the job posting.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v4.Data
Assembly: Google.Apis.CloudTalentSolution.v4.dll
Syntax
public class JobDerivedInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
JobCategories
Job categories derived from Job.title and Job.description.
Declaration
[JsonProperty("jobCategories")]
public virtual IList<string> JobCategories { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Locations
Structured locations of the job, resolved from Job.addresses. locations are exactly matched to Job.addresses in the same order.
Declaration
[JsonProperty("locations")]
public virtual IList<Location> Locations { get; set; }
Property Value
Type | Description |
---|---|
IList<Location> |