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 covers the `DerivedInfo` class within the `Google.Cloud.Talent.V4.Company.Types` namespace, which provides derived details about a company."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered operations."],["The `DerivedInfo` class has two constructors, a default constructor and one that takes another `DerivedInfo` object for initialization."],["It includes a `HeadquartersLocation` property of type `Location` that stores the structured headquarters location of the company, resolved from the `headquarters_address` field."],["The documentation shows a history of versions for `DerivedInfo` ranging from 1.0.0 to the latest version 2.7.0."]]],[]]