public sealed class Company.Types.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 v4beta1 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.v4beta1.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 document provides reference documentation for the `Company.Types.DerivedInfo` class within the Google Cloud Talent Solution v4beta1 API, including code samples and details."],["The `Company.Types.DerivedInfo` class is used to represent derived details about a company and it implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class inherits from `object` and offers two constructors, `DerivedInfo()` and `DerivedInfo(Company.Types.DerivedInfo other)`, allowing for default and copy construction."],["A key property of the `DerivedInfo` class is `HeadquartersLocation`, which represents the structured headquarters location of a company."],["This class is a part of the `Google.Cloud.Talent.V4Beta1` namespace and is found in the `Google.Cloud.Talent.V4Beta1.dll` assembly, with the latest version being `3.0.0-beta06`."]]],[]]