Class CompanyDerivedInfo
Derived details about the company.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public class CompanyDerivedInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HeadquartersLocation
A structured headquarters location of the company, resolved from Company.hq_location if provided.
Declaration
[JsonProperty("headquartersLocation")]
public virtual Location HeadquartersLocation { get; set; }
Property Value
Type | Description |
---|---|
Location |