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."],[[["This webpage details the `DerivedInfo` class within the `Google.Cloud.Talent.V4.Company.Types` namespace, used for representing derived details about a company."],["The `DerivedInfo` class is part of the Google Cloud Talent V4 library and has various versions available, ranging from 1.0.0 to the latest 2.7.0."],["The `DerivedInfo` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating structured data handling."],["The `DerivedInfo` class provides a `HeadquartersLocation` property of type `Location`, to represent the resolved headquarters location of a company."],["The webpage is providing documentation on the `Google.Cloud.Talent.V4.dll` assembly."]]],[]]