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 content pertains to the `DerivedInfo` class within the `Google.Cloud.Talent.V4` namespace, which provides details about a company, and is part of the Google Cloud Talent API."],["Version 2.7.0 is the latest available version, while other versions, ranging from 1.0.0 to 2.6.0, are also documented."],["The `DerivedInfo` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DerivedInfo` class has two constructors, one default and one that takes another `DerivedInfo` instance as a parameter."],["The `HeadquartersLocation` property is a structured location representing the company's headquarters, derived from the `headquarters_address` field."]]],[]]