google_api_people v0.6.0 GoogleApi.People.V1.Model.Organization View Source

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

Attributes

  • current (boolean()): True if the organization is the person's current organization; false if the organization is a past organization. Defaults to: null.
  • department (String.t): The person's department at the organization. Defaults to: null.
  • domain (String.t): The domain name associated with the organization; for example, `google.com`. Defaults to: null.
  • endDate (DateTime): The end date when the person left the organization. Defaults to: null.
  • formattedType (String.t): The read-only type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Defaults to: null.
  • jobDescription (String.t): The person's job description at the organization. Defaults to: null.
  • location (String.t): The location of the organization office the person works at. Defaults to: null.
  • metadata (FieldMetadata): Metadata about the organization. Defaults to: null.
  • name (String.t): The name of the organization. Defaults to: null.
  • phoneticName (String.t): The phonetic name of the organization. Defaults to: null.
  • startDate (DateTime): The start date when the person joined the organization. Defaults to: null.
  • symbol (String.t): The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. Defaults to: null.
  • title (String.t): The person's job title at the organization. Defaults to: null.
  • type (String.t): The type of the organization. The type can be custom or one of these predefined values: `work` `school` Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.People.V1.Model.Organization{
  current: any(),
  department: any(),
  domain: any(),
  endDate: any(),
  formattedType: any(),
  jobDescription: any(),
  location: any(),
  metadata: GoogleApi.People.V1.Model.FieldMetadata.t(),
  name: any(),
  phoneticName: any(),
  startDate: any(),
  symbol: any(),
  title: any(),
  type: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.