Show / Hide Table of Contents

Class CompanyDerivedInfo

Derived details about the company.

Inheritance
object
CompanyDerivedInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTalentSolution.v4.Data
Assembly: Google.Apis.CloudTalentSolution.v4.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.headquarters_address if provided.

Declaration
[JsonProperty("headquartersLocation")]
public virtual Location HeadquartersLocation { get; set; }
Property Value
Type Description
Location

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX