Class Company.Types.DerivedInfo (1.2.0)

public sealed class DerivedInfo : IMessage<Company.Types.DerivedInfo>, IEquatable<Company.Types.DerivedInfo>, IDeepCloneable<Company.Types.DerivedInfo>, IBufferMessage, IMessage

Derived details about the company.

Inheritance

Object > Company.Types.DerivedInfo

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

DerivedInfo()

public DerivedInfo()

DerivedInfo(Company.Types.DerivedInfo)

public DerivedInfo(Company.Types.DerivedInfo other)
Parameter
NameDescription
otherCompany.Types.DerivedInfo

Properties

HeadquartersLocation

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.

Property Value
TypeDescription
Location