Table of Contents

Class OrgunitsResource.UpdateRequest

Namespace
Google.Apis.Admin.Directory.directory_v1
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

Update organizational unit

public class OrgunitsResource.UpdateRequest : DirectoryBaseServiceRequest<OrgUnit>
Inheritance
OrgunitsResource.UpdateRequest
Inherited Members

Constructors

UpdateRequest(IClientService, OrgUnit, string, Repeatable<string>)

Constructs a new Update request.

public UpdateRequest(IClientService service, OrgUnit body, string customerId, Repeatable<string> orgUnitPath)

Parameters

service IClientService
body OrgUnit
customerId string
orgUnitPath Repeatable<string>

Properties

CustomerId

Immutable ID of the G Suite account

public virtual string CustomerId { get; }

Property Value

string

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

OrgUnitPath

Full path of the organizational unit or its ID

public virtual Repeatable<string> OrgUnitPath { get; }

Property Value

Repeatable<string>

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

Methods

GetBody()

Returns the body of the request.

protected override object GetBody()

Returns

object

InitParameters()

Initializes Update parameter list.

protected override void InitParameters()