Show / Hide Table of Contents

Class Organization

A person's past or current organization. Overlapping date ranges are permitted.

Inheritance
System.Object
Organization
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class Organization : IDirectResponseSchema

Properties

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
System.Nullable<System.Boolean>

Department

The person's department at the organization.

Declaration
[JsonProperty("department")]
public virtual string Department { get; set; }
Property Value
Type Description
System.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
System.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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

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
System.String

JobDescription

The person's job description at the organization.

Declaration
[JsonProperty("jobDescription")]
public virtual string JobDescription { get; set; }
Property Value
Type Description
System.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
System.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
System.String

PhoneticName

The phonetic name of the organization.

Declaration
[JsonProperty("phoneticName")]
public virtual string PhoneticName { get; set; }
Property Value
Type Description
System.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
System.String

Title

The person's job title at the organization.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
System.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
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top