public sealed class DerivedInfo : IMessage<Company.Types.DerivedInfo>, IEquatable<Company.Types.DerivedInfo>, IDeepCloneable<Company.Types.DerivedInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class Company.Types.DerivedInfo.
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-04-17 UTC."],[[["This document provides reference documentation for the `Company.Types.DerivedInfo` class within the Google Cloud Talent Solution v4 API."],["The `DerivedInfo` class contains derived details about a company and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 2.7.0, and the document also contains links to documentation for prior versions of the api, all the way back to 1.0.0."],["The class has a `HeadquartersLocation` property, which provides a structured location for the company's headquarters."],["There are two constructors for `DerivedInfo`: one is a default constructor `DerivedInfo()`, and the other accepts another `DerivedInfo` object to make a copy `DerivedInfo(Company.Types.DerivedInfo other)`."]]],[]]