Class Organization
A person's past or current organization. Overlapping date ranges are permitted.
Implements
Inherited Members
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class Organization : IDirectResponseSchema
Properties
CostCenter
The person's cost center at the organization.
Declaration
[JsonProperty("costCenter")]
public virtual string CostCenter { get; set; }
Property Value
Type | Description |
---|---|
string |
Current
True if the organization is the person's current organization; false if the organization is a past organization.
Declaration
[JsonProperty("current")]
public virtual bool? Current { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Department
The person's department at the organization.
Declaration
[JsonProperty("department")]
public virtual string Department { get; set; }
Property Value
Type | Description |
---|---|
string |
Domain
The domain name associated with the organization; for example, google.com
.
Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndDate
The end date when the person left the organization.
Declaration
[JsonProperty("endDate")]
public virtual Date EndDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
FormattedType
Output only. The type of the organization translated and formatted in the viewer's account locale or the
Accept-Language
HTTP header locale.
Declaration
[JsonProperty("formattedType")]
public virtual string FormattedType { get; set; }
Property Value
Type | Description |
---|---|
string |
FullTimeEquivalentMillipercent
The person's full-time equivalent millipercent within the organization (100000 = 100%).
Declaration
[JsonProperty("fullTimeEquivalentMillipercent")]
public virtual int? FullTimeEquivalentMillipercent { get; set; }
Property Value
Type | Description |
---|---|
int? |
JobDescription
The person's job description at the organization.
Declaration
[JsonProperty("jobDescription")]
public virtual string JobDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
The location of the organization office the person works at.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Metadata about the organization.
Declaration
[JsonProperty("metadata")]
public virtual FieldMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
FieldMetadata |
Name
The name of the organization.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PhoneticName
The phonetic name of the organization.
Declaration
[JsonProperty("phoneticName")]
public virtual string PhoneticName { get; set; }
Property Value
Type | Description |
---|---|
string |
StartDate
The start date when the person joined the organization.
Declaration
[JsonProperty("startDate")]
public virtual Date StartDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
Symbol
The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
Declaration
[JsonProperty("symbol")]
public virtual string Symbol { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
The person's job title at the organization.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of the organization. The type can be custom or one of these predefined values: * work
* school
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |