View Source GoogleApi.Admin.Directory_v1.Model.UserOrganization (google_api_admin v0.40.0)

JSON template for an organization entry.

Attributes

  • costCenter (type: String.t, default: nil) - The cost center of the users department.
  • customType (type: String.t, default: nil) - Custom type.
  • department (type: String.t, default: nil) - Department within the organization.
  • description (type: String.t, default: nil) - Description of the organization.
  • domain (type: String.t, default: nil) - The domain to which the organization belongs to.
  • fullTimeEquivalent (type: integer(), default: nil) - The full-time equivalent millipercent within the organization (100000 = 100%).
  • location (type: String.t, default: nil) - Location of the organization. This need not be fully qualified address.
  • name (type: String.t, default: nil) - Name of the organization
  • primary (type: boolean(), default: nil) - If it user's primary organization.
  • symbol (type: String.t, default: nil) - Symbol of the organization.
  • title (type: String.t, default: nil) - Title (designation) of the user in the organization.
  • type (type: String.t, default: nil) - Each entry can have a type which indicates standard types of that entry. For example organization could be of school work etc. In addition to the standard type an entry can have a custom type and can give it any name. Such types should have the CUSTOM value as type and also have a CustomType value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.UserOrganization{
  costCenter: String.t() | nil,
  customType: String.t() | nil,
  department: String.t() | nil,
  description: String.t() | nil,
  domain: String.t() | nil,
  fullTimeEquivalent: integer() | nil,
  location: String.t() | nil,
  name: String.t() | nil,
  primary: boolean() | nil,
  symbol: String.t() | nil,
  title: String.t() | nil,
  type: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.