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
Properties
CustomerId
Immutable ID of the G Suite account
public virtual string CustomerId { get; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
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
Methods
GetBody()
Returns the body of the request.
protected override object GetBody()
Returns
InitParameters()
Initializes Update parameter list.
protected override void InitParameters()