public sealed class DerivedInfo : IMessage<Company.Types.DerivedInfo>, IEquatable<Company.Types.DerivedInfo>, IDeepCloneable<Company.Types.DerivedInfo>, IBufferMessage, IMessage
public Location HeadquartersLocation { get; set; }
A structured headquarters location of the company, resolved from
[Company.headquarters_address][google.cloud.talent.v4.Company.headquarters_address] if provided.
[[["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 latest version available for `Google.Cloud.Talent.V4.Company.Types.DerivedInfo` is 2.7.0, and the content provided covers versions down to 1.0.0."],["`DerivedInfo` is a sealed class that provides details about a company, inheriting from Object and implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, a default one and one that takes another `DerivedInfo` object as a parameter."],["`DerivedInfo` includes a `HeadquartersLocation` property, which represents the structured headquarters location of the company and is of type `Location`."],["This information is contained within the `Google.Cloud.Talent.V4` namespace, and the specific assembly is `Google.Cloud.Talent.V4.dll`."]]],[]]