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

Attributes

  • department (type: String.t, default: nil) - The department within the organization. Deprecated.
  • description (type: String.t, default: nil) - A short description of the person's role in this organization. Deprecated.
  • endDate (type: String.t, default: nil) - The date that the person left this organization.
  • location (type: String.t, default: nil) - The location of this organization. Deprecated.
  • name (type: String.t, default: nil) - The name of the organization.
  • primary (type: boolean(), default: nil) - If "true", indicates this organization is the person's primary one, which is typically interpreted as the current one.
  • startDate (type: String.t, default: nil) - The date that the person joined this organization.
  • title (type: String.t, default: nil) - The person's job title or role within the organization.
  • type (type: String.t, default: nil) - The type of organization. Possible values include, but are not limited to, the following values:

    • "work" - Work.
    • "school" - School.

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: String.t(),
  description: String.t(),
  endDate: String.t(),
  location: String.t(),
  name: String.t(),
  primary: boolean(),
  startDate: String.t(),
  title: String.t(),
  type: String.t()
}

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.