public sealed class DerivedInfo : IMessage<Job.Types.DerivedInfo>, IEquatable<Job.Types.DerivedInfo>, IDeepCloneable<Job.Types.DerivedInfo>, IBufferMessage, IMessage
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
[locations][google.cloud.talent.v4beta1.Job.DerivedInfo.locations] are exactly matched to [Job.addresses][google.cloud.talent.v4beta1.Job.addresses] in the same
order.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `DerivedInfo` class provides details derived from a job posting, found within the `Google.Cloud.Talent.V4Beta1` namespace and version 2.0.0-beta07 of the Google Cloud Talent API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to handle data related to job postings effectively."],["`DerivedInfo` has two constructors: a default constructor and one that takes another `DerivedInfo` object as a parameter, enabling the creation of new instances and copies."],["The class has two key properties: `JobCategories`, which lists the job categories, and `Locations`, which lists the structured locations of the job, all derived from the job posting."],["The latest version of this API that is avaliable is `3.0.0-beta06`."]]],[]]