google_api_plus v0.1.0 GoogleApi.Plus.V1.Model.PersonOrganizations View Source

Attributes

  • department (String.t): The department within the organization. Deprecated. Defaults to: null.
  • description (String.t): A short description of the person's role in this organization. Deprecated. Defaults to: null.
  • endDate (String.t): The date that the person left this organization. Defaults to: null.
  • location (String.t): The location of this organization. Deprecated. Defaults to: null.
  • name (String.t): The name of the organization. Defaults to: null.
  • primary (boolean()): If "true", indicates this organization is the person's primary one, which is typically interpreted as the current one. Defaults to: null.
  • startDate (String.t): The date that the person joined this organization. Defaults to: null.
  • title (String.t): The person's job title or role within the organization. Defaults to: null.
  • type (String.t): The type of organization. Possible values include, but are not limited to, the following values: - "work" - Work. - "school" - 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.Plus.V1.Model.PersonOrganizations{
  department: any(),
  description: any(),
  endDate: any(),
  location: any(),
  name: any(),
  primary: any(),
  startDate: 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.