Show / Hide Table of Contents

Class JobDerivedInfo

Output only. Derived details about the job posting.

Inheritance
object
JobDerivedInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX