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.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.
[[["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-04-09 UTC."],[[["This webpage details the `DerivedInfo` class within the `Google.Cloud.Talent.V4` namespace, which provides derived information about a job posting."],["The latest version of this class is `2.7.0`, and the page also has other versions, with a list of historical versions going back to version 1.0.0."],["`DerivedInfo` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data cloning."],["The `DerivedInfo` class contains properties like `JobCategories` and `Locations`, which represent job categories and structured job locations, respectively."],["This class contains two constructors, `DerivedInfo()` and `DerivedInfo(Job.Types.DerivedInfo other)`, where the latter allows the cloning of an existing object of the same type."]]],[]]