Google Cloud Talent Solution v4 API - Class Job.Types.DerivedInfo (2.1.0)

public sealed class DerivedInfo : IMessage<Job.Types.DerivedInfo>, IEquatable<Job.Types.DerivedInfo>, IDeepCloneable<Job.Types.DerivedInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Talent Solution v4 API class Job.Types.DerivedInfo.

Derived details about the job posting.

Inheritance

Object > Job.Types.DerivedInfo

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

DerivedInfo()

public DerivedInfo()

DerivedInfo(Job.Types.DerivedInfo)

public DerivedInfo(Job.Types.DerivedInfo other)
Parameter
NameDescription
otherJob.Types.DerivedInfo

Properties

JobCategories

public RepeatedField<JobCategory> JobCategories { get; }

Job categories derived from [Job.title][google.cloud.talent.v4.Job.title] and [Job.description][google.cloud.talent.v4.Job.description].

Property Value
TypeDescription
RepeatedField<JobCategory>

Locations

public RepeatedField<Location> Locations { get; }

Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4.Job.addresses].

[locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the same order.

Property Value
TypeDescription
RepeatedField<Location>