Table of Contents

Class OrgUnits

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll
public class OrgUnits : IDirectResponseSchema
Inheritance
OrgUnits
Implements
IDirectResponseSchema
Inherited Members

Constructors

OrgUnits()

public OrgUnits()

Properties

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Kind

The type of the API resource. For Org Unit resources, the type is admin#directory#orgUnits.

public virtual string Kind { get; set; }

Property Value

string

OrganizationUnits

List of organizational unit objects.

public virtual IList<OrgUnit> OrganizationUnits { get; set; }

Property Value

IList<OrgUnit>