Table of Contents

Class UserOrganization

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
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

string

CustomType

Custom type.

public virtual string CustomType { get; set; }

Property Value

string

Department

Department within the organization.

public virtual string Department { get; set; }

Property Value

string

Description

Description of the organization.

public virtual string Description { get; set; }

Property Value

string

Domain

The domain to which the organization belongs to.

public virtual string Domain { get; set; }

Property Value

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

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

string

Name

Name of the organization

public virtual string Name { get; set; }

Property Value

string

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

string

Title

Title (designation) of the user in the organization.

public virtual string Title { get; set; }

Property Value

string

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; }

Property Value

string