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-17 UTC."],[[["The latest version available for `DerivedInfo` is 2.7.0, with multiple previous versions also accessible, ranging back to 1.0.0."],["`DerivedInfo` is a sealed class in the `Google.Cloud.Talent.V4` namespace that provides derived details about a job posting, and it implements various interfaces for message handling and equality."],["The class contains two properties, `JobCategories` and `Locations`, both of which are repeated fields providing derived information about the job's categories and structured locations respectively."],["The `DerivedInfo` class includes two constructors, a default one and another that takes an existing `DerivedInfo` object to create a copy."],["There is inherited methods from the System.Object class, such as ToString, GetHashCode, GetType, and MemberwiseClone."]]],[]]