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 `DerivedInfo` class provides details about a company, as determined by the Google Cloud Talent API, with the latest version being 2.7.0."],["This class is part of the `Google.Cloud.Talent.V4` namespace, which is within the `Google.Cloud.Talent.V4.dll` assembly."],["The class has a `HeadquartersLocation` property, which provides structured information about the company's headquarters, using the `Location` type."],["The `DerivedInfo` class has two constructors, one default and one that accepts another `DerivedInfo` instance as a parameter."],["The `DerivedInfo` class implements several interfaces: IMessage, IEquatable, IDeepCloneable, and IBufferMessage and inherits members from the `System.Object` class."]]],[]]