Class OrgUnit
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for Org Unit resource in Directory API.
public class OrgUnit : IDirectResponseSchema
- Inheritance
-
OrgUnit
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
OrgUnit()
public OrgUnit()
Properties
BlockInheritance
Should block inheritance
public virtual bool? BlockInheritance { get; set; }
Property Value
- bool?
Description
Description of OrgUnit
public virtual string Description { get; set; }
Property Value
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
Kind
Kind of resource this is.
public virtual string Kind { get; set; }
Property Value
Name
Name of OrgUnit
public virtual string Name { get; set; }
Property Value
OrgUnitId
Id of OrgUnit
public virtual string OrgUnitId { get; set; }
Property Value
OrgUnitPath
Path of OrgUnit
public virtual string OrgUnitPath { get; set; }
Property Value
ParentOrgUnitId
Id of parent OrgUnit
public virtual string ParentOrgUnitId { get; set; }
Property Value
ParentOrgUnitPath
Path of parent OrgUnit
public virtual string ParentOrgUnitPath { get; set; }