Class UserOrganization
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for an organization entry.
public class UserOrganization : IDirectResponseSchema
- Inheritance
-
UserOrganization
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
UserOrganization()
public UserOrganization()
Properties
CostCenter
The cost center of the users department.
public virtual string CostCenter { get; set; }
Property Value
CustomType
Custom type.
public virtual string CustomType { get; set; }
Property Value
Department
Department within the organization.
public virtual string Department { get; set; }
Property Value
Description
Description of the organization.
public virtual string Description { get; set; }
Property Value
Domain
The domain to which the organization belongs to.
public virtual string Domain { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
FullTimeEquivalent
The full-time equivalent percent within the organization (100000 = 100%).
public virtual int? FullTimeEquivalent { get; set; }
Property Value
- int?
Location
Location of the organization. This need not be fully qualified address.
public virtual string Location { get; set; }
Property Value
Name
Name of the organization
public virtual string Name { get; set; }
Property Value
Primary
If it user's primary organization.
public virtual bool? Primary { get; set; }
Property Value
- bool?
Symbol
Symbol of the organization.
public virtual string Symbol { get; set; }
Property Value
Title
Title (designation) of the user in the organization.
public virtual string Title { get; set; }
Property Value
Type
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.
public virtual string Type { get; set; }