google_api_admin v0.11.0 GoogleApi.Admin.Directory_v1.Model.UserOrganization View Source
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 organizationprimary
(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.
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 Sourcet() :: %GoogleApi.Admin.Directory_v1.Model.UserOrganization{ costCenter: String.t(), customType: String.t(), department: String.t(), description: String.t(), domain: String.t(), fullTimeEquivalent: integer(), location: String.t(), name: String.t(), primary: boolean(), symbol: String.t(), title: String.t(), type: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.